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 0c01716 commit 78caf25Copy full SHA for 78caf25
.github/workflows/build.yml
@@ -206,7 +206,7 @@ jobs:
206
dotnet-version: ${{ env.dotnet-sdk-version }}
207
208
- name: 'Publish package to Azure Artifact feed'
209
- uses: ./.github/actions/nuget/publish-nuget-package
+ uses: ./.github/actions/nuget/publish-package
210
with:
211
package-artifact-name: ${{ env.package-artifact-name }}
212
nuget-feed-url: ${{ vars.NUGET_PACKAGE_FEED_URL }}
0 commit comments