Compare commits

..

2 Commits

Author SHA1 Message Date
z__
aea0011683 maybe 2022-02-03 19:41:13 +07:00
z__
d10528f9fe fixed RID 2022-02-03 19:39:07 +07:00

View File

@@ -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 win-x64 -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