From a88ecc8e39e0e1dff5356ff0ef3f9e6002e7cbfb Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 11 Nov 2017 19:24:12 -0500 Subject: [PATCH] Fix appveyor.yml not calling the post build script --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index faf2de3839..724d59cbe9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: