Skip to content

Commit

Permalink
[devops/github] Update a few things for .NET 10. (#21392)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and haritha-mohan committed Oct 19, 2024
1 parent ae2322f commit 19c73a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01-building-an-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body:
options:
- net8.0-*
- net9.0-*
- net10.0-*
- Other
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/02-running-an-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body:
options:
- net8.0-*
- net9.0-*
- net10.0-*
- Other
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/03-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body:
options:
- net8.0-*
- net9.0-*
- net10.0-*
- Other
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/04-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
options:
- net8.0-*
- net9.0-*
- net10.0-*
- Other
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/05-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body:
options:
- net8.0-*
- net9.0-*
- net10.0-*
- Other
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions tools/devops/automation/templates/main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 19c73a1

Please sign in to comment.