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 ae442c0 commit 6928fc7Copy full SHA for 6928fc7
1 file changed
.github/workflows/build.yml
@@ -66,4 +66,4 @@ jobs:
66
if: matrix.os == 'ubuntu-latest' && env.SLEET_CONNECTION != ''
67
run: |
68
dotnet tool install -g --version 4.0.18 sleet
69
- sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure"
+ sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found"
0 commit comments