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 c97fa04 commit 34dbdc4Copy full SHA for 34dbdc4
_build/azure-pipelines.compliance.yml
@@ -19,6 +19,11 @@ extends:
19
os: linux
20
21
sdl:
22
+ git:
23
+ submodules: false
24
+ fetchDepth: 1
25
+ fetchTags: false
26
+ retryCount: 3
27
enableProductionSDL: true
28
sourceAnalysisPool:
29
name: TypeScript-AzurePipelines-EO
@@ -38,6 +43,12 @@ extends:
38
43
fetchDepth: 1
39
44
fetchTags: false
40
45
submodules: false
46
+ retryCountOnTaskFailure: 3
47
+
48
+ - task: NodeTool@0
49
+ inputs:
50
+ versionSpec: 20.x
51
+ displayName: 'Install Node'
41
52
42
53
- bash: |
54
npm install -g `node -e 'console.log(JSON.parse(fs.readFileSync("package.json", "utf8")).packageManager)'`
@@ -63,3 +74,4 @@ extends:
63
74
displayName: 'Check Go version'
64
75
65
76
- bash: npx hereby build
77
+ displayName: 'Build'
0 commit comments