We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13883b2 commit 54532d7Copy full SHA for 54532d7
.pipelines/release.yml
@@ -121,7 +121,7 @@ extends:
121
- name: Version
122
value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['SetVersion.PackageVersion'] ]
123
- name: ob_release_environment
124
- value: PPE
+ value: ${{ iif ( parameters.OfficialBuild, 'Production', 'Test' ) }}
125
jobs:
126
- job: NuGetPublish
127
displayName: Publish to NuGet
@@ -151,7 +151,6 @@ extends:
151
Write-Verbose -Verbose "The .nupkgs below will be pushed:"
152
Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
153
displayName: Download and capture nupkgs
154
- condition: and(eq('${{ parameters.OfficialBuild }}', 'true'), succeeded())
155
156
# - task: NuGetCommand@2
157
# displayName: 'NuGet push'
0 commit comments