diff --git a/azure-pipelines-CI.yml b/azure-pipelines-CI.yml index d6c42a429..f7c94e2a2 100644 --- a/azure-pipelines-CI.yml +++ b/azure-pipelines-CI.yml @@ -130,10 +130,10 @@ extends: value: /p:SignType=$(_SignType) steps: - task: UseDotNet@2 - displayName: Install SDK 9.0.102 + displayName: Install SDK 9.0.111 inputs: packageType: sdk - version: 9.0.102 + version: 9.0.111 - template: /eng/templates/build-and-test-job-windows-templates.yml@self parameters: buildConfig: $(_BuildConfig) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f1a1d7e4..a7bb119b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -78,10 +78,10 @@ stages: value: /p:SignType=$(_SignType) steps: - task: UseDotNet@2 - displayName: Install SDK 9.0.102 + displayName: Install SDK 9.0.111 inputs: packageType: sdk - version: 9.0.102 + version: 9.0.111 - template: /eng/templates/build-and-test-job-windows-templates.yml@self parameters: buildConfig: $(_BuildConfig) diff --git a/eng/templates/es-metadata.yml b/eng/templates/es-metadata.yml new file mode 100644 index 000000000..97cac8c05 --- /dev/null +++ b/eng/templates/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet diff --git a/es-metadata.yml b/es-metadata.yml new file mode 100644 index 000000000..97cac8c05 --- /dev/null +++ b/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet diff --git a/global.json b/global.json index 673d99887..02e68dde0 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "9.0.102", + "version": "9.0.111", "allowPrerelease": true, "rollForward": "latestMinor" }, "tools": { - "dotnet": "9.0.102", + "dotnet": "9.0.111", "rollForward": "latestMinor" }, "msbuild-sdks": { diff --git a/src/Microsoft.TryDotNet.SimulatorGenerator/es-metadata.yml b/src/Microsoft.TryDotNet.SimulatorGenerator/es-metadata.yml new file mode 100644 index 000000000..e2300d960 --- /dev/null +++ b/src/Microsoft.TryDotNet.SimulatorGenerator/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet \ No newline at end of file diff --git a/src/Microsoft.TryDotNet.Tests/es-metadata.yml b/src/Microsoft.TryDotNet.Tests/es-metadata.yml new file mode 100644 index 000000000..e2300d960 --- /dev/null +++ b/src/Microsoft.TryDotNet.Tests/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet \ No newline at end of file diff --git a/src/microsoft-trydotnet-editor/src/es-metadata.yml b/src/microsoft-trydotnet-editor/src/es-metadata.yml new file mode 100644 index 000000000..e2300d960 --- /dev/null +++ b/src/microsoft-trydotnet-editor/src/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet \ No newline at end of file diff --git a/src/microsoft-trydotnet-editor/tests/es-metadata.yml b/src/microsoft-trydotnet-editor/tests/es-metadata.yml new file mode 100644 index 000000000..97cac8c05 --- /dev/null +++ b/src/microsoft-trydotnet-editor/tests/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet diff --git a/src/microsoft-trydotnet/src/es-metadata.yml b/src/microsoft-trydotnet/src/es-metadata.yml new file mode 100644 index 000000000..e2300d960 --- /dev/null +++ b/src/microsoft-trydotnet/src/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: ab4d58de-beb3-4714-866c-1b46a48ea002 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Tools\TryDotNET\trydotnet \ No newline at end of file