We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe381f commit 31e80a3Copy full SHA for 31e80a3
1 file changed
.github/workflows/release.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Pack
107
if: ${{ steps.gitversion.outputs.branchName == 'master' || steps.gitversion.outputs.branchName == 'main' }}
108
run: dotnet pack ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj -p:Version='${{ steps.gitversion.outputs.majorMinorPatch }}"' -c Release --no-build
109
- - name: Publish
110
- env :
111
- NUGETAPIKEY: ${{secrets.NUGETAPIKEY}}
112
- run: dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY --skip-duplicate
+ # - name: Publish
+ # env :
+ # NUGETAPIKEY: ${{secrets.NUGETAPIKEY}}
+ # run: dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY --skip-duplicate
0 commit comments