From b5c6137fda27d04d18570d6eacd79ab62e900c59 Mon Sep 17 00:00:00 2001 From: Maiky M <51415805+MaikyM@users.noreply.github.com> Date: Sun, 15 Nov 2020 16:50:37 -0600 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) 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