File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838# skipComponentGovernanceDetection: boolean
3939# Determines if component governance detection can be skipped
4040# continueOnBuildError: boolean
41- # Specifies whether continueOnError is set for the build step
41+ # Specifies whether continueOnError is set for the build step
4242#
4343# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details
4444#
@@ -173,9 +173,9 @@ jobs:
173173 displayName : Start background dump collection
174174 - ${{ if eq(parameters.installNodeJs, 'true') }} :
175175 - task : NodeTool@0
176- displayName : Install Node 10 .x
176+ displayName : Install Node 14 .x
177177 inputs :
178- versionSpec : 10 .x
178+ versionSpec : 14 .x
179179 - ${{ if eq(parameters.agentOs, 'Windows') }} :
180180 - task : NuGetToolInstaller@1
181181 - task : NuGetCommand@2
You can’t perform that action at this time.
0 commit comments