Skip to content

Commit 154137c

Browse files
authored
Fix mistakes in compliance pipeline (microsoft#899)
1 parent 10fc4db commit 154137c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_build/azure-pipelines.compliance.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ extends:
1919
os: linux
2020

2121
sdl:
22+
git:
23+
submodules: false
24+
fetchDepth: 1
25+
fetchTags: false
26+
retryCount: 3
2227
enableProductionSDL: true
2328
sourceAnalysisPool:
2429
name: TypeScript-AzurePipelines-EO
@@ -38,6 +43,12 @@ extends:
3843
fetchDepth: 1
3944
fetchTags: false
4045
submodules: false
46+
retryCountOnTaskFailure: 3
47+
48+
- task: NodeTool@0
49+
inputs:
50+
versionSpec: 20.x
51+
displayName: 'Install Node'
4152

4253
- bash: |
4354
npm install -g `node -e 'console.log(JSON.parse(fs.readFileSync("package.json", "utf8")).packageManager)'`
@@ -63,3 +74,4 @@ extends:
6374
displayName: 'Check Go version'
6475
6576
- bash: npx hereby build
77+
displayName: 'Build'

0 commit comments

Comments
 (0)