Fix appveyor.yml not calling the post build script

This commit is contained in:
Jordan Brown
2017-11-11 19:24:12 -05:00
committed by GitHub
parent 9bb4514e4c
commit a88ecc8e39
+1 -1
View File
@@ -32,7 +32,7 @@ build:
verbosity: minimal
publish_nuget: true
after_build:
- ps: Tools/TGS3Build.ps1
- ps: Tools/PostCIBuild.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
test_script: