Skip to content

Commit

Permalink
Fix Nu Get dist package location #96
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark committed Aug 3, 2016
1 parent 7e3f790 commit 0026fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ test_script:
- cmd: dotnet test PreMailer.Net.Core.Tests

artifacts:
- path: '*.nupkg'
- path: '**/*.nupkg'
name: PreMailer.nupkg

after_build:
- cmd: dotnet pack PreMailer.Net.Core -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%
- cmd: dotnet pack PreMailer.Net.Core -c Release -o ./dist --version-suffix %APPVEYOR_BUILD_NUMBER%

deploy:
- provider: NuGet
Expand Down

0 comments on commit 0026fc7

Please sign in to comment.