Skip to content

Commit

Permalink
Enabled the Create GH Release and Push Nuget packages tasks so it is …
Browse files Browse the repository at this point in the history
…all ready to go when merged
  • Loading branch information
darrenge committed Jan 30, 2025
1 parent 9f3b2a6 commit ff9e9e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:

- task: GitHubRelease@1
displayName: 'Create the GitHub release'
enabled: false
inputs:
action: 'create'
gitHubConnection: ADO_to_Github_ServiceConnection
Expand All @@ -193,7 +192,6 @@ jobs:
- task: NuGetCommand@2
displayName: 'Push both packages to NuGet.org'
enabled: false
inputs:
command: push
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
Expand Down

0 comments on commit ff9e9e4

Please sign in to comment.