Skip to content

Commit

Permalink
fix pack output
Browse files Browse the repository at this point in the history
  • Loading branch information
joaope committed Mar 29, 2020
1 parent 391ae03 commit 70d390e
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 @@ -20,9 +20,9 @@ test_script:
- dotnet test tests\LocalAppVeyor.Engine.UnitTests\LocalAppVeyor.Engine.UnitTests.csproj --configuration %configuration%

artifacts:
- path: src\LocalAppVeyor.Engine\out_engine\*.nupkg
- path: out_engine\*.nupkg
name: engine_packages
- path: src\LocalAppVeyor\out_console\*.nupkg
- path: out_console\*.nupkg
name: console_packages

deploy:
Expand Down

0 comments on commit 70d390e

Please sign in to comment.