Skip to content

Commit

Permalink
Engineering - switch to variable group (#234537)
Browse files Browse the repository at this point in the history
* Engineering - switch to variable group

* Fix typo
lszomoru authored Nov 25, 2024
1 parent 6864e0b commit c87b76b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build/azure-pipelines/product-build.yml
Original file line number Diff line number Diff line change
@@ -790,16 +790,12 @@ extends:
name: 1es-ubuntu-22.04-x64
os: linux
jobs:
- deployment: ApproveRelease
- job: ApproveRelease
displayName: "Approve Release"
environment: "vscode"
variables:
skipComponentGovernanceDetection: true
strategy:
runOnce:
deploy:
steps:
- checkout: none
- group: VSCode
- name: skipComponentGovernanceDetection
value: true

- ${{ if or(and(parameters.VSCODE_RELEASE, eq(variables['VSCODE_PRIVATE_BUILD'], false)), and(in(parameters.VSCODE_QUALITY, 'insider', 'exploration'), eq(variables['VSCODE_SCHEDULEDBUILD'], true))) }}:
- stage: Release

0 comments on commit c87b76b

Please sign in to comment.