diff --git a/appveyor.yml b/appveyor.yml index cd03f37d..92734639 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,6 @@ version: 1.0.{build} image: Visual Studio 2019 clone_depth: 1 -before_build: -- cmd: nuget restore build_script: - cmd: >- dotnet publish --configuration Release --framework netcoreapp3.1 --output "./build/" -p:PublishReadyToRun=true -p:PublishSingleFile=true --no-self-contained --runtime win-x64