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 404178d commit 4a9caddCopy full SHA for 4a9cadd
.github/workflows/main.yml
@@ -361,9 +361,9 @@ jobs:
361
362
- name: Display structure of downloaded files
363
run: ls -R
364
- working-directory: ${{steps.download-nugetpackages.outputs.download-path}}
+ working-directory: ${{steps.download-sdk-package.outputs.download-path}}
365
366
# Push
367
- name: dotnet nuget push
368
run: dotnet nuget push 'MSBuild.Sdk.SqlProj*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
369
0 commit comments