Skip to content

Commit

Permalink
Update node-nightly-windows.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanann-ms committed Jun 12, 2023
1 parent 9bb479d commit a50c689
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vsts/node-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ variables:
value: $[ format('{0:yyyy}-{0:MM}-{0:dd}', pipeline.startTime) ]

stages:
- stage: SDL
jobs:
- job: sdl_checks
displayName: 'SDL checks'
pool:
vmImage: 'windows-latest'
steps:
- template: common/sdl_steps.yaml
#- stage: SDL
# jobs:
# - job: sdl_checks
# displayName: 'SDL checks'
# pool:
# vmImage: 'windows-latest'
# steps:
# - template: common/sdl_steps.yaml

- stage: Test
dependsOn: ['SDL']
Expand Down Expand Up @@ -110,7 +110,7 @@ stages:
demands:
- ImageOverride -equals $(vmImage)
jobs:
# Prompt for release approval and SBOM verification
# Prompt for release approval and SBOM verification
- deployment: 'stageRelease'
displayName: 'Approval stage for release'
environment: 'release'
Expand Down

0 comments on commit a50c689

Please sign in to comment.