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 5b74189 commit 66fb716
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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

0 comments on commit 66fb716

Please sign in to comment.