Skip to content

Commit 31e80a3

Browse files
author
Arnaud Leclerc
committed
Disable push on nuget until issue with the missing assets is resolved
1 parent bbe381f commit 31e80a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Pack
107107
if: ${{ steps.gitversion.outputs.branchName == 'master' || steps.gitversion.outputs.branchName == 'main' }}
108108
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
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

0 commit comments

Comments
 (0)