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: