Skip to content

Commit

Permalink
Disable push on nuget until issue with the missing assets is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Leclerc committed Mar 12, 2024
1 parent bbe381f commit 31e80a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Pack
if: ${{ steps.gitversion.outputs.branchName == 'master' || steps.gitversion.outputs.branchName == 'main' }}
run: dotnet pack ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj -p:Version='${{ steps.gitversion.outputs.majorMinorPatch }}"' -c Release --no-build
- 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
# - 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 comments on commit 31e80a3

Please sign in to comment.