diff --git a/appveyor.yml b/appveyor.yml index c283e13..eceeb76 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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