This commit is contained in:
z__
2022-02-03 19:41:13 +07:00
parent d10528f9fe
commit aea0011683

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 -f net6-windows -r win7-64 -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