Compare commits
1 Commits
v1.0.25-ma
...
v1.0.26-ma
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d5c101bf19 |
@@ -50,9 +50,8 @@ cache:
|
|||||||
build_script:
|
build_script:
|
||||||
- pwsh: >-
|
- pwsh: >-
|
||||||
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win-x64 -c Release -o .\publish\
|
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win-x64 -c Release -o .\publish\
|
||||||
|
|
||||||
cmd /c "rmdir GameBinaries"
|
Compress-Archive -Path .\publish\* -DestinationPath .\torch-server.zip
|
||||||
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: torch-server.zip
|
- path: torch-server.zip
|
||||||
deploy:
|
deploy:
|
||||||
|
Reference in New Issue
Block a user