Skip to content

Commit 70d390e

Browse files
committed
fix pack output
1 parent 391ae03 commit 70d390e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ test_script:
2020
- dotnet test tests\LocalAppVeyor.Engine.UnitTests\LocalAppVeyor.Engine.UnitTests.csproj --configuration %configuration%
2121

2222
artifacts:
23-
- path: src\LocalAppVeyor.Engine\out_engine\*.nupkg
23+
- path: out_engine\*.nupkg
2424
name: engine_packages
25-
- path: src\LocalAppVeyor\out_console\*.nupkg
25+
- path: out_console\*.nupkg
2626
name: console_packages
2727

2828
deploy:

0 commit comments

Comments
 (0)