From 9337262bb3b80b756619d6369db66de5efcb9316 Mon Sep 17 00:00:00 2001 From: Neil Harvey Date: Sun, 15 May 2022 20:27:15 +0100 Subject: [PATCH] Update appveyor config --- appveyor.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b7f7ff5..0bc58af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,19 +1,13 @@ version: '{build}' -before_build: - - dotnet restore +configuration: Release -build_script: - - dotnet build src\FileSignatures -c Release +build: + project: FileSignatures.sln after_build: - dotnet pack src\FileSignatures -c Release -o ..\..\artifacts -test_script: - # Workaround until appveyor/ci#1404 is resolved - - cd test\FileSignatures.Tests - - dotnet test - artifacts: - path: '.\artifacts\*.nupkg' name: NuGet Package