Compare commits

..

1 Commits

Author SHA1 Message Date
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
build_script:
- 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"
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip