Skip to content

Commit

Permalink
update depends on!
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Dec 9, 2022
1 parent 4939130 commit dd7c2d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,17 @@ stages:
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'
# PublishBinariesToRelease: 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'
PublishBinariesToRelease: true

- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'), eq(parameters['ReleaseBinaries'], 'true'))}}:
- template: pipelines/stages/net-github-release-binaries.yml@azure-sdk-build-tools
parameters:
DependsOn: 'BuildTestAndPackage'
DependsOn: 'Release'
ExeMatrix: ${{ parameters.StandaloneExeMatrix }}

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

0 comments on commit dd7c2d5

Please sign in to comment.