Skip to content

Commit c83d78f

Browse files
mmitchevseanreesermsft
authored andcommitted
Merged PR 51712: Pin 1ESPT tag to 7-08 to avoid prefast errors
Pin 1ESPT tag to 7-08 to avoid prefast errors ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update aimed at avoiding prefast errors by pinning the 1ESPT tag. #### PR Summary The changes update the Azure pipeline configuration to use a specific tag version, ensuring consistency in the build process. - `azure-pipelines.yml`: Changed the repository reference from `refs/tags/release` to `refs/tags/release-2025-07-08-1`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 709fbc0 + d87f959 commit c83d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resources:
3434
- repository: 1ESPipelineTemplates
3535
type: git
3636
name: 1ESPipelineTemplates/1ESPipelineTemplates
37-
ref: refs/tags/release
37+
ref: refs/tags/release-2025-07-08-1
3838
extends:
3939
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
4040
parameters:

0 commit comments

Comments
 (0)