We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391ae03 commit 70d390eCopy full SHA for 70d390e
appveyor.yml
@@ -20,9 +20,9 @@ test_script:
20
- dotnet test tests\LocalAppVeyor.Engine.UnitTests\LocalAppVeyor.Engine.UnitTests.csproj --configuration %configuration%
21
22
artifacts:
23
- - path: src\LocalAppVeyor.Engine\out_engine\*.nupkg
+ - path: out_engine\*.nupkg
24
name: engine_packages
25
- - path: src\LocalAppVeyor\out_console\*.nupkg
+ - path: out_console\*.nupkg
26
name: console_packages
27
28
deploy:
0 commit comments