Skip to content

Commit 54532d7

Browse files
Deploybox updates
1 parent 13883b2 commit 54532d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ extends:
121121
- name: Version
122122
value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['SetVersion.PackageVersion'] ]
123123
- name: ob_release_environment
124-
value: PPE
124+
value: ${{ iif ( parameters.OfficialBuild, 'Production', 'Test' ) }}
125125
jobs:
126126
- job: NuGetPublish
127127
displayName: Publish to NuGet
@@ -151,7 +151,6 @@ extends:
151151
Write-Verbose -Verbose "The .nupkgs below will be pushed:"
152152
Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
153153
displayName: Download and capture nupkgs
154-
condition: and(eq('${{ parameters.OfficialBuild }}', 'true'), succeeded())
155154

156155
# - task: NuGetCommand@2
157156
# displayName: 'NuGet push'

0 commit comments

Comments
 (0)