Update appveyor.yml
This commit is contained in:
@@ -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
|
||||
branch: master
|
||||
|
Reference in New Issue
Block a user