Skip to content

Commit

Permalink
added '-' indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanann-ms committed Jun 12, 2023
1 parent 15b4e20 commit a8bef00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vsts/node-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ variables:
value: $[variables.${{ parameters.buildAgentPoolVar }}]
- name: buildFolder
value: $[ format('{0:yyyy}-{0:MM}-{0:dd}', pipeline.startTime) ]

stages:
- stage: SDL
jobs:
jobs:
- job: sdl_checks
displayName: 'SDL checks'
pool:
vmImage: 'windows-latest'
steps:
- steps:
- task: CredScan@3
displayName: "Credential Scan"
inputs:
Expand All @@ -60,6 +61,7 @@ jobs:
Semmle: false
TSLint: false
ToolLogsNotFoundAction: 'Standard'

- stage: Test
dependsOn: ['SDL']
jobs:
Expand All @@ -71,7 +73,7 @@ jobs:
demands:
- ImageOverride -equals $(vmImage)
steps:
- task: NodeTool@0
- task: NodeTool@0
displayName: 'Use Node 14.x'
inputs:
versionSpec: '14.x'
Expand Down

0 comments on commit a8bef00

Please sign in to comment.