This commit is contained in:
David Grieve 2024-11-15 13:34:24 -05:00 коммит произвёл GitHub
Родитель 9e570a428e
Коммит b9cac58ac7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 32 добавлений и 32 удалений

Просмотреть файл

@ -37,35 +37,35 @@ extends:
credscan:
suppressionsFile: $(Build.SourcesDirectory)/.devops/credscan/suppressions.json
stages:
- stage: PreMergeCheck
jobs:
- job: build_and_analyze
workspace:
clean: all
stages:
- stage: PreMergeCheck
jobs:
- job: build_and_analyze
workspace:
clean: all
- steps:
- checkout: gctoolkit
path: s/gctoolkit
clean: true
- steps:
- checkout: gctoolkit
path: s/gctoolkit
clean: true
- task: JavaToolInstaller@0
inputs:
versionSpec: '11'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'
- task: JavaToolInstaller@0
inputs:
versionSpec: '11'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'
- task: Maven@4
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: '-B -Prelease'
mavenOptions: '-s $(Build.SourcesDirectory)/.devops/settings.xml'
mavenAuthenticateFeed: true
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
displayName: 'Build with Maven'
- task: Maven@4
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: '-B -Prelease'
mavenOptions: '-s $(Build.SourcesDirectory)/.devops/settings.xml'
mavenAuthenticateFeed: true
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
displayName: 'Build with Maven'
- task: AdvancedSecurity-Dependency-Scanning@1
inputs:
directoryExclusionList: '**/test/**'
- task: AdvancedSecurity-Dependency-Scanning@1
inputs:
directoryExclusionList: '**/test/**'