Skip to content

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.2xx' #8800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 7, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2e6d9e6
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 18, 2025
2d6bdff
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 29, 2025
987167e
Use official templates even for PRs when run internal
marcpopMSFT Jan 29, 2025
ab615d3
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Feb 1, 2025
f94ec6f
Update branding to 8.0.114
vseanreesermsft Feb 4, 2025
5c495e8
Merge pull request #8720 from vseanreesermsft/branding-8.0.114-2025-0…
joeloff Feb 4, 2025
56cafdf
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Feb 4, 2025
6c99f15
Update dependencies from https://github.com/dotnet/source-build-exter…
dotnet-maestro[bot] Feb 4, 2025
bc89b40
Merge pull request #8707 from dotnet/marcpopMSFT-useofficialtemplates…
marcpopMSFT Feb 5, 2025
67efdba
Merge pull request #8684 from dotnet/darc-release/8.0.1xx-53c09010-fb…
v-wuzhai Feb 5, 2025
9383536
Merge branch 'release/8.0.3xx' of https://github.com/dotnet/templatin…
v-wuzhai Feb 5, 2025
52ff56d
Merge pull request #8726 from dotnet/merge/release/8.0.1xx-to-release…
v-wuzhai Feb 5, 2025
01904f8
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Feb 6, 2025
0c4ea36
Merge pull request #8737 from dotnet/darc-release/8.0.3xx-7ebe726d-e7…
v-wuzhai Feb 6, 2025
362ec30
Merge branch 'release/8.0.4xx' of https://github.com/dotnet/templatin…
v-wuzhai Feb 6, 2025
b57d385
Merge pull request #8740 from dotnet/merge/release/8.0.3xx-to-release…
v-wuzhai Feb 6, 2025
f7258ca
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Feb 12, 2025
0123229
Merge pull request #8750 from dotnet/darc-release/8.0.4xx-d0ac6e0a-13…
v-wuzhai Feb 12, 2025
60378f6
Merge branch 'release/9.0.1xx' of https://github.com/dotnet/templatin…
v-wuzhai Feb 12, 2025
77f6dd4
Merge pull request #8756 from dotnet/merge/release/8.0.4xx-to-release…
v-wuzhai Feb 12, 2025
d51a541
Update branding to 9.0.105
vseanreesermsft Mar 6, 2025
9f77965
Merge pull request #8798 from vseanreesermsft/branding-9.0.105-2025-0…
marcpopMSFT Mar 6, 2025
c2e8e32
Merge branch 'release/9.0.2xx' of https://github.com/dotnet/templatin…
v-wuzhai Mar 7, 2025
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
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ parameters:
- buildConfig: Release

extends:
${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
${{ else }}:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
sdl:
sourceAnalysisPool:
Expand Down