Compare commits
1 Commits
v1.0.22-ma
...
v1.0.23-ma
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d10528f9fe |
@@ -51,7 +51,7 @@ before_build:
|
|||||||
- pwsh: dotnet restore .\Torch.Server\Torch.Server.csproj
|
- pwsh: dotnet restore .\Torch.Server\Torch.Server.csproj
|
||||||
build_script:
|
build_script:
|
||||||
- pwsh: >-
|
- pwsh: >-
|
||||||
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -c Release -o .\publish\
|
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win7-64 -c Release -o .\publish\
|
||||||
|
|
||||||
cmd /c "rmdir GameBinaries"
|
cmd /c "rmdir GameBinaries"
|
||||||
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip
|
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip
|
||||||
|
Reference in New Issue
Block a user