Skip to content

Commit

Permalink
attempting to pass the variable directly
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Dec 10, 2022
1 parent dd7c2d5 commit e6a712d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ stages:
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: 'Release'
ExeMatrix: ${{ parameters.StandaloneExeMatrix }}
Input1: $[ stageDependencies.Release.outputs['gitrelease.release'] ]

- ${{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 e6a712d

Please sign in to comment.