mirror of https://github.com/icedland/iced.git
Update appveyor.yml
This commit is contained in:
parent
897a83231a
commit
f0c9d65392
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue