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 561758c commit 2c28c4aCopy full SHA for 2c28c4a
appveyor.yml
@@ -37,7 +37,7 @@ test_script:
37
- for /f %%G in ('dir /b /s *.coveragexml') do Codecov\tools\codecov -f "%%G"
38
39
artifacts:
40
- - path: '**\*.nupkg'
+ - path: 'src\**\*.nupkg'
41
42
deploy:
43
provider: NuGet
0 commit comments