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 bb6fdb1 commit b7985b8Copy full SHA for b7985b8
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
if: github.event_name != 'pull_request'
30
run: dotnet pack --configuration Release --no-build
31
- name: Publish CI Packages
32
+ if: github.event_name != 'pull_request'
33
run: |
34
for package in $(find -name "*.nupkg" | grep "minver" -v); do
35
echo "${0##*/}": Pushing $package...
0 commit comments