Skip to content

Commit 99c539c

Browse files
committed
Attach NuGet packages as AppVeyor build artifacts
1 parent 496182f commit 99c539c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ test_script:
1616
chmod +x codecov
1717
./codecov -f ./test/coverlet.core.tests/coverage.opencover.xml
1818
}
19+
artifacts:
20+
- path: src\coverlet.msbuild.tasks\bin\Release\*.nupkg
21+
- path: build\Release\*.nupkg

0 commit comments

Comments
 (0)