Browse Source

Remove -pt Images and Add Baselining File (#11223)

* remove -pt

* Add baseline file
pull/11228/head
Loni Tra 1 year ago
committed by GitHub
parent
commit
bde3c80861
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 21
      .config/1espt/PipelineAutobaseliningConfig.yml
  2. 2
      azure-pipelines.yml

21
.config/1espt/PipelineAutobaseliningConfig.yml

@ -0,0 +1,21 @@
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
pipelines:
164:
retail:
source:
credscan:
lastModifiedDate: 2024-04-16
eslint:
lastModifiedDate: 2024-04-16
psscriptanalyzer:
lastModifiedDate: 2024-04-16
armory:
lastModifiedDate: 2024-04-16
binary:
credscan:
lastModifiedDate: 2024-04-16
binskim:
lastModifiedDate: 2024-04-16
spotbugs:
lastModifiedDate: 2024-04-16

2
azure-pipelines.yml

@ -75,7 +75,7 @@ extends:
autoBaseline: true
pool:
name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
customBuildTags:
- ES365AIMigrationTooling

Loading…
Cancel
Save