|
30 | 30 | "vsoProject": "internal",
|
31 | 31 | "buildDefinitionId": 350
|
32 | 32 | },
|
33 |
| - // A build definition that mirrors runtime:master to runtimelab:runtime-master. |
34 |
| - "github-runtime-master-to-runtimelab-mirror": { |
| 33 | + // A build definition that mirrors runtime:main to runtimelab:runtime-master. |
| 34 | + "github-runtime-main-to-runtimelab-mirror": { |
35 | 35 | "vsoInstance": "dnceng.visualstudio.com",
|
36 | 36 | "vsoProject": "internal",
|
37 | 37 | "buildDefinitionId": 906
|
|
746 | 746 | "https://github.com/dotnet/roslyn-analyzers/blob/release/**/*",
|
747 | 747 | "https://github.com/dotnet/roslyn-analyzers/blob/2.9.x/**/*",
|
748 | 748 | "https://github.com/dotnet/roslyn-debug/blob/master/**/*",
|
749 |
| - "https://github.com/dotnet/runtime/blob/master/**/*", |
| 749 | + "https://github.com/dotnet/runtime/blob/main/**/*", |
750 | 750 | "https://github.com/dotnet/runtime/blob/release/**/*",
|
751 | 751 | "https://github.com/dotnet/runtime/blob/dev/infrastructure/**/*",
|
752 | 752 | "https://github.com/dotnet/runtimelab/blob/feature/**/*",
|
|
852 | 852 | }
|
853 | 853 | }
|
854 | 854 | },
|
855 |
| - // Mirror runtime:master to runtimelab:runtime-master |
| 855 | + // Mirror runtime:main to runtimelab:runtime-master |
856 | 856 | {
|
857 | 857 | "triggerPaths": [
|
858 |
| - "https://github.com/dotnet/runtime/blob/master/**/*" |
| 858 | + "https://github.com/dotnet/runtime/blob/main/**/*" |
859 | 859 | ],
|
860 |
| - "action": "github-runtime-master-to-runtimelab-mirror", |
| 860 | + "action": "github-runtime-main-to-runtimelab-mirror", |
861 | 861 | "actionArguments": {}
|
862 | 862 | },
|
863 | 863 | // Update dependencies in CoreFxLab master
|
|
0 commit comments