Skip to content

Commit ca1f641

Browse files
* Update https://docs.microsoft.com to https://learn.microsoft.com * Update eng/common/core-templates/jobs/jobs.yml * Replace learn.microsoft.com/en-us/ with learn.microsoft.com/ to remove locale from urls --------- Co-authored-by: Artak <[email protected]>
1 parent 53db4d9 commit ca1f641

File tree

53 files changed

+62
-62
lines changed

Some content is hidden

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

53 files changed

+62
-62
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

.azure/pipelines/components-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

.azure/pipelines/devBuilds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# publishOnError: boolean
2727
# Should artifacts be published if previous step failed?
2828
# dependsOn: string | [ string ]
29-
# For fan-out/fan-in. https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#job
29+
# For fan-out/fan-in. https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#job
3030
# condition: string
3131
# A condition which can be used to skip the job completely
3232
# codeSign: boolean
@@ -43,7 +43,7 @@
4343
# variables: [array]
4444
# Job-specific variables. Defined using either name/value pairs or a variable list (using name or group syntax).
4545
#
46-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details
46+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details
4747
#
4848

4949
parameters:

.azure/pipelines/localization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
schedules:

.azure/pipelines/quarantined-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

.azure/pipelines/richnav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
2+
# See https://learn.microsoft.com/azure/devops/pipelines/yaml-schema for details on this file.
33
#
44

55
# Configure which branches trigger builds

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 ASP.NET Core SignalR
55
# These use Sauce Labs resources, hence they run daily rather than per-commit.

0 commit comments

Comments
 (0)