Skip to content

Commit 953674e

Browse files
authored
Merge branch 'main' into wtgodbe/IDE0005
2 parents 825afbc + 5c52ed9 commit 953674e

File tree

5,821 files changed

+446285
-230941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,821 files changed

+446285
-230941
lines changed

.CodeQL.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file configures CodeQL runs and TSA bug autofiling. For more information, see:
2+
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code
3+
# (Access restricted to Microsoft employees only.)
4+
5+
path_classifiers:
6+
refs:
7+
# The test/ directories don't contain shipping implementations of code, so they should
8+
# be excluded from analysis.
9+
- src/**/test/*

.azure/pipelines/azure-pipelines-mirror-within-azdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
batch: true
44
branches:
55
include:
6-
- internal/release/6.0
6+
- internal/release/8.0
77

88
parameters:
99
# Run the pipeline manually (usually disallowed)

.azure/pipelines/blazor-daily-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Uses Scheduled Triggers, which aren't supported in YAML yet.
2-
# https://learn.microsoft.com/en-us/azure/devops/pipelines/build/triggers?view=vsts&tabs=yaml#scheduled
2+
# https://learn.microsoft.com/azure/devops/pipelines/build/triggers?view=vsts&tabs=yaml#scheduled
33

44
# Daily Tests for Blazor
55
# These use Sauce Labs resources, hence they run daily rather than per-commit.
66

77
# We just need one Windows machine because all it does is trigger SauceLabs.
88
variables:
99
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
10-
- group: DotNet-MSRC-Storage
1110
- group: AzureDevOps-Artifact-Feeds-Pats
1211
- name: SAUCE_CONNECT_DOWNLOAD_ON_INSTALL
1312
value: true

0 commit comments

Comments
 (0)