Update appveyor.yml

This commit is contained in:
de4dot 2019-01-31 23:27:51 +01:00
parent 897a83231a
commit f0c9d65392
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ build:
before_package:
- cmd: dotnet pack -c Release
artifacts:
- path: Iced\bin\Release\*.nupkg
- path: Iced\bin\Release\*.*nupkg
name: Iced NuGet Packages
test_script:
- dotnet test -c Release --no-build Iced.UnitTests\Iced.UnitTests.csproj -- RunConfiguration.NoAutoReporters=true