David Sparer
a3fa1e541c
modified build to label assets
2018-08-25 17:02:54 -05:00
David Sparer
ed8125042e
make portable symbols zip file name easier to distinguish from regular symbols
2018-07-30 17:02:08 -05:00
David Sparer
25b2655d0f
log which files are uploaded to github release
2018-07-30 16:55:09 -05:00
David Sparer
145a264154
handle wildcard in github asset upload file path
2018-07-30 16:45:55 -05:00
David Sparer
6092c63df4
fix zipping symbols
2018-07-30 08:03:40 -05:00
David Sparer
fda5132184
zip symbols
2018-07-29 22:22:13 -05:00
Sean Kaim
f1ed1bf115
appveyor post build tests
2018-07-28 13:11:56 -04:00
Sean Kaim
23ea028965
don't run post build zip in appveyor
2018-07-28 13:11:10 -04:00
Sean Kaim
36055f56e6
the post publish job in the appveyor.yaml in ps1 form
2018-07-28 13:05:28 -04:00
Sean Kaim
b693cb30fc
Trim ConfigurationName
2018-07-28 13:03:27 -04:00
Sean Kaim
20377d4ff5
zip portable directly via powershell
...
Trying to fix appveyor artifact build
2018-07-28 13:03:16 -04:00
Sean Kaim
570d732b0e
latest 7-zip
2018-07-28 13:03:00 -04:00
David Sparer
6a5f65c018
add a bit more documentation to the ps script that creates bulk connections
2018-03-09 08:08:29 -06:00
David Sparer
cbd32f1a07
added powershell script for creating bulk connections
2018-02-27 08:37:25 -06:00
David Sparer
563fdffb67
fixed build scripts that publish to github
...
github no longer accepts tls1.0 connections, use tls1.2
2018-02-25 12:58:12 -06:00
David Sparer
2a82485f81
fixed build issue where installer wasnt being renamed with version number
2018-02-25 09:04:59 -06:00
David Sparer
e13549d361
fixed build issue where binary signatures were not being validated during release builds
2018-02-25 09:00:51 -06:00
David Sparer
3d9d57b7fa
adding several tool chain dependencies
2018-02-09 13:09:58 -06:00
David Sparer
2c1734aea6
change post-build scripts to use bin tools from the repo
...
this should prevent some build issues new devs have and gives us more control over our build process
2018-02-08 16:11:16 -06:00
David Sparer
32a1dd64ab
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
2017-11-03 11:15:20 -05:00
David Sparer
470d76faab
added another valid microsoft cert thumbprint
2017-10-30 10:30:03 -05:00
Sean Kaim
9335c4706b
fix editbin post build on jenkins
2017-09-15 16:52:42 -04:00
Sean Kaim
43cdb29eb6
we don't need to look in ProgramData
2017-09-15 15:28:29 -04:00
David Sparer
2acfa6d88d
added another valid MS certificate thumbprint for build tools
2017-09-14 14:57:40 -05:00
kmscode
6aaf2f031b
find editbin for vs 2017 community
...
updated acceptable authenticode for editbin.
2017-09-09 14:26:38 -04:00
David Sparer
66f2c55343
Merge remote-tracking branch 'origin/master' into Patch9
2017-08-10 17:19:29 -05:00
David Sparer
0f3fa86bed
Merge pull request #677 from mRemoteNG/improve_publish_automation
...
Improve publish automation
2017-08-10 17:18:19 -05:00
David Sparer
e5c2cfd243
fix github release body builder function
2017-08-10 16:35:17 -05:00
CamAlvar
376f22ce08
Finish wiring the options window, creation and modifying of themes. Added script to output themes at compilation
2017-08-04 01:07:22 -05:00
David Sparer
664799c01b
minor fix to allow building on some older machines
...
Oder editbin.exe files from Microsoft were signed with a different cert thumbprint. This update makes it easier to add additional valid thumbprints for MS signed tools
2017-06-27 12:20:39 -05:00
Sean Kaim
069b0b0153
merge 1.75.7008 changes into develop
2017-06-15 15:10:23 -04:00
Sean Kaim
1f7d122bee
clean up installer build a bit
2017-06-15 11:19:30 -04:00
David Sparer
d2dc76baf1
removed a few unnecessary powershell params
2017-06-14 10:47:55 -05:00
David Sparer
232de66683
find_vstool now verifies that the tool can be executed
...
This improvement is meant to discard tool binaries that cannot be run. This is useful when you have an old install of VS that is broken for whatever reason. Now, we will ensure the tool has a valid exit code
2017-06-14 10:40:46 -05:00
Sean Kaim
5bfc67af4f
Let's get some more clear validation
2017-04-21 17:20:23 -04:00
Sean Kaim
c72d9b544e
just a slightly more informative message
2017-04-21 17:01:05 -04:00
David Sparer
cd34619acd
added a few more known-good MS cert thumbprints
2017-04-21 14:52:40 -06:00
David Sparer
f091817d66
further reduce our search space
...
this also reduces the chance we will try to access a folder which we dont have permissions for
2017-04-21 14:42:33 -06:00
David Sparer
f2c65314b4
added a post build action to dump bin headers
2017-04-21 13:59:09 -06:00
David Sparer
a9fcdd3341
extracted a new script for finding a vstool (such as editbin.exe)
2017-04-21 12:13:54 -06:00
David Sparer
6aa4a4d205
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# InstallerProjects/Installer/Installer.wixproj
# Tools/signfiles.ps1
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/mRemoteV1.csproj
2017-03-28 10:36:07 -06:00
David Sparer
9e20f1dd33
created script for publishing a github release that is currently in draft mode
2017-03-24 18:08:27 -06:00
David Sparer
16be19b5d3
split github functions to a library script
2017-03-24 18:07:23 -06:00
David Sparer
9f7911923c
updated the create_upg_check_files script to be parameterized for use within jenkins
2017-03-24 16:40:41 -06:00
David Sparer
8b201d22cb
added authkey requirement to get-githubrelease in order to show drafts
2017-03-24 15:07:31 -06:00
David Sparer
0f6f8d43bd
added cmdlet for retrieving a github release
2017-03-24 14:28:18 -06:00
David Sparer
8f171cddd9
fix content type of msi upload to github
2017-03-24 14:23:38 -06:00
David Sparer
ed38b39fec
attempting to resolve bug with accessing correct key store
2017-03-23 08:59:09 -06:00
David Sparer
c383736834
more debug code
2017-03-22 17:06:30 -06:00
David Sparer
6e5e78df3b
investigating certificate unlock issues
2017-03-22 17:03:38 -06:00