Skip to content

Commit

Permalink
Update appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
neilharvey committed May 15, 2022
1 parent e14962f commit 9337262
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9337262

Please sign in to comment.