Skip to content

Commit

Permalink
temporarily disable release stage to ensure the failing publish is wi…
Browse files Browse the repository at this point in the history
…thin it
  • Loading branch information
scbedd committed Apr 8, 2024
1 parent cc92180 commit 57c06d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,16 @@ extends:
Publish: false
ImageTag: "${{ parameters.DockerTagPrefix }}$(Build.BuildNumber)"

- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
- template: pipelines/stages/net-release-to-feed.yml@azure-sdk-build-tools
parameters:
# Publish to https://dev.azure.com/azure-sdk/public/_packaging?_a=feed&feed=azure-sdk-for-net
DevOpsFeedId: '29ec6040-b234-4e31-b139-33dc4287b756/fa8c16a3-dbe0-4de2-a297-03065ec1ba3f'
ExeMatrix: ${{ parameters.StandaloneExeMatrix }}
ShouldPublishExecutables: ${{ parameters.ReleaseBinaries }}
ShouldPublishSymbols: ${{ parameters.ShouldPublishSymbols }}
RequireStrongNames: ${{ parameters.RequireStrongNames }}
Use1ESTemplate: true
# - ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
# - template: pipelines/stages/net-release-to-feed.yml@azure-sdk-build-tools
# parameters:
# # Publish to https://dev.azure.com/azure-sdk/public/_packaging?_a=feed&feed=azure-sdk-for-net
# DevOpsFeedId: '29ec6040-b234-4e31-b139-33dc4287b756/fa8c16a3-dbe0-4de2-a297-03065ec1ba3f'
# ExeMatrix: ${{ parameters.StandaloneExeMatrix }}
# ShouldPublishExecutables: ${{ parameters.ReleaseBinaries }}
# ShouldPublishSymbols: ${{ parameters.ShouldPublishSymbols }}
# RequireStrongNames: ${{ parameters.RequireStrongNames }}
# Use1ESTemplate: true

- ${{if and(not(eq(length(parameters.DockerDeployments), 0)), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
- stage: PublishDockerImages
Expand Down

0 comments on commit 57c06d3

Please sign in to comment.