Skip to content

Commit

Permalink
edit appveyor setting for using solutionsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Mar 19, 2019
1 parent 4fd7f8f commit 33a819f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ version: 1.0.{build}
image: Visual Studio 2019 Preview
configuration: Release
before_build:
- cmd: dotnet restore
- cmd: dotnet tool restore
- cmd: dotnet restore PooledStream.slnproj
build:
verbosity: minimal
after_build:
- cmd: dotnet pack PooledStream -c Release --include-symbols
test_script:
- cmd: dotnet test PooledStream.Test\PooledStream.Test.csproj -c Release
cmd: dotnet tool run dotnet-cake build.cake -Configuration=Release
test: off
artifacts:
- path: PooledStream\bin\Release\*.nupkg
name: NugetPackages
Expand Down

0 comments on commit 33a819f

Please sign in to comment.