Fix appveyor again

This commit is contained in:
Cyberboss
2018-04-02 12:33:19 -04:00
parent 7dd3cdb3a3
commit a56d27dbe0
+1 -1
View File
@@ -43,7 +43,7 @@ test_script:
after_test:
- ps: build/UploadCoverage.ps1
- ps: build/BuildDox.ps1
- dotnet publish src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj -o artifacts/ServerConsole -c $env:CONFIGURATION
- dotnet publish src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj -o artifacts/ServerConsole -c %CONFIGURATION%
deploy:
- provider: GitHub
release: "tgstation-server-v$(TGSVersion)"