From 19c73a1a01a7ea6fb20c72dfdfec966302cb7403 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 10 Oct 2024 14:26:41 +0200 Subject: [PATCH] [devops/github] Update a few things for .NET 10. (#21392) --- .github/ISSUE_TEMPLATE/01-building-an-application.yml | 1 + .github/ISSUE_TEMPLATE/02-running-an-application.yml | 1 + .github/ISSUE_TEMPLATE/03-api.yml | 1 + .github/ISSUE_TEMPLATE/04-bindings.yml | 1 + .github/ISSUE_TEMPLATE/05-other.yml | 1 + tools/devops/automation/templates/main-stage.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-building-an-application.yml b/.github/ISSUE_TEMPLATE/01-building-an-application.yml index c73aeb0cf6de..34eef7a52047 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -25,6 +25,7 @@ body: options: - net8.0-* - net9.0-* + - net10.0-* - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/02-running-an-application.yml b/.github/ISSUE_TEMPLATE/02-running-an-application.yml index 097f33073bdd..fdb690de07d0 100644 --- a/.github/ISSUE_TEMPLATE/02-running-an-application.yml +++ b/.github/ISSUE_TEMPLATE/02-running-an-application.yml @@ -25,6 +25,7 @@ body: options: - net8.0-* - net9.0-* + - net10.0-* - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/03-api.yml b/.github/ISSUE_TEMPLATE/03-api.yml index 747de33ac01c..37232368a583 100644 --- a/.github/ISSUE_TEMPLATE/03-api.yml +++ b/.github/ISSUE_TEMPLATE/03-api.yml @@ -35,6 +35,7 @@ body: options: - net8.0-* - net9.0-* + - net10.0-* - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/04-bindings.yml b/.github/ISSUE_TEMPLATE/04-bindings.yml index 6eb890ed27f0..68190269d041 100644 --- a/.github/ISSUE_TEMPLATE/04-bindings.yml +++ b/.github/ISSUE_TEMPLATE/04-bindings.yml @@ -26,6 +26,7 @@ body: options: - net8.0-* - net9.0-* + - net10.0-* - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index 6b9b1e44be72..3d560f63299f 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -25,6 +25,7 @@ body: options: - net8.0-* - net9.0-* + - net10.0-* - Other validations: required: true diff --git a/tools/devops/automation/templates/main-stage.yml b/tools/devops/automation/templates/main-stage.yml index 2a9f3bf0cf53..f8b10cb71838 100644 --- a/tools/devops/automation/templates/main-stage.yml +++ b/tools/devops/automation/templates/main-stage.yml @@ -287,6 +287,7 @@ stages: eq(variables['Build.SourceBranch'], 'refs/heads/net7.0'), eq(variables['Build.SourceBranch'], 'refs/heads/net8.0'), eq(variables['Build.SourceBranch'], 'refs/heads/net9.0'), + eq(variables['Build.SourceBranch'], 'refs/heads/net10.0'), eq(variables['Build.SourceBranch'], 'refs/heads/xcode16'), eq(parameters.forceInsertion, true) )