Merge pull request #259 from tgstation/Cyberboss-patch-1

Fixes deploy script
This commit is contained in:
Jordan Brown
2017-10-18 11:18:55 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$bf = $Env:APPVEYOR_BUILD_FOLDER
$src = "$bf\TGInstallerWrapper\bin\Release"
$src = "$bf\TGInstallerWrapper\bin\x86\Release"
$version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$src\TG Station Server Installer.exe").FileVersion
$destination = "$bf\TGS3-Server-v$version.exe"
+1 -1
View File
@@ -24,7 +24,7 @@ build:
after_build:
- ps: .\TGS3Release.ps1
- ps: if($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[TGSDeploy\]"){$env:TGSDeploy = "Do it."}
- ps: $env:TGSVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:APPVEYOR_BUILD_FOLDER/TGServerService/bin/Release/TGServerService.exe").FileVersion
- ps: $env:TGSVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:APPVEYOR_BUILD_FOLDER/TGServerService/bin/x86/Release/TGServerService.exe").FileVersion
deploy:
release: "tgstation-server-v$(TGSVersion)"
description: 'The /tg/station server suite'