This commit is contained in:
Jordan Brown
2018-07-24 10:12:58 -04:00
parent 9d2d36e10f
commit 489ceaf472
+1 -1
View File
@@ -56,7 +56,7 @@ 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 %CONFIGURATION%
- ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/($env:CONFIGURATION)" -destination ../../artifacts/ServerService -recurse
- ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/$env:CONFIGURATION" -destination ../../artifacts/ServerService -recurse
deploy:
- provider: GitHub
release: "tgstation-server-v$(TGSVersion)"