Package artifacts from src folder only

This commit is contained in:
Michael Ganss
2016-06-06 13:34:59 +02:00
parent 29362c24e9
commit b25a3fb421

View File

@@ -16,4 +16,4 @@ test_script:
- pip install codecov - pip install codecov
- codecov -f "coverage.xml" - codecov -f "coverage.xml"
artifacts: artifacts:
- path: '**\*.nupkg' - path: 'src\**\*.nupkg'