From ccc1df9349c2b45bc2319f79e86e9293c9c0bedc Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:17:26 +0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3828f5d..f193364 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ build: verbosity: minimal after_build: - pwsh: >- - dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -r win-x64 -c Release -o .\publish\ --no-build + dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -c Release -o .\publish\ --no-build Compress-Archive -Path .\publish\ -DestinationPath torch-server.zip artifacts: @@ -63,4 +63,4 @@ deploy: secure: IOhwzgIpj85iHitQBiH4chKPL9fXAinEnqUcbZk0ANhfTmdUFh74ko7Bt7LoSJFy artifact: torch-server.zip on: - branch: master \ No newline at end of file + branch: master