Skip to content

Commit

Permalink
Disable Nuget push so can test GH Release without pushing to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Nov 7, 2024
1 parent 70a1635 commit 4ffd31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- task: NuGetCommand@2
displayName: 'Push to NuGet.org'
enabled: True
enabled: False
inputs:
command: push
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
Expand Down

0 comments on commit 4ffd31b

Please sign in to comment.