We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa06d5 commit 0efc306Copy full SHA for 0efc306
.vsts-pipelines/templates/default-build.yml
@@ -120,9 +120,9 @@ jobs:
120
- task: NuGetToolInstaller@1
121
displayName: 'Install NuGet.exe'
122
- task: NodeTool@0
123
- displayName: Install Node 10.x
+ displayName: Install Node 16.x
124
inputs:
125
- versionSpec: 10.x
+ versionSpec: 16.x
126
- script: .\build.cmd /p:SignType=$(_SignType) /p:Configuration=$(BuildConfiguration) $(BuildScriptArgs) /bl:artifacts/logs/build.binlog
127
displayName: Run build.cmd
128
- ${{ if ne(parameters.agentOs, 'Windows') }}:
0 commit comments