Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _build/azure-pipelines.compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ extends:
os: linux

sdl:
git:
submodules: false
fetchDepth: 1
fetchTags: false
retryCount: 3
enableProductionSDL: true
sourceAnalysisPool:
name: TypeScript-AzurePipelines-EO
Expand All @@ -38,6 +43,12 @@ extends:
fetchDepth: 1
fetchTags: false
submodules: false
retryCountOnTaskFailure: 3

- task: NodeTool@0
inputs:
versionSpec: 20.x
displayName: 'Install Node'

- bash: |
npm install -g `node -e 'console.log(JSON.parse(fs.readFileSync("package.json", "utf8")).packageManager)'`
Expand All @@ -63,3 +74,4 @@ extends:
displayName: 'Check Go version'

- bash: npx hereby build
displayName: 'Build'