Skip to content

Commit 30577db

Browse files
authored
Update build-all-steps.yml (#18772)
* Update build-all-steps.yml
1 parent 8c7fbfe commit 30577db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci/build-all-steps.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ steps:
2121
inputs:
2222
versionSpec: 10.x
2323

24+
# Use .NET SDK 7
25+
- task: UseDotNet@2
26+
displayName: 'Install .NET Core SDK 7.x'
27+
inputs:
28+
version: 7.x
29+
2430
# npm install
2531
- script: npm install
2632
displayName: npm install
@@ -187,4 +193,4 @@ steps:
187193
eq(variables['COURTESY_PUSH'], 'true'),
188194
eq(variables['Build.SourceBranch'], 'refs/heads/master')
189195
)
190-
displayName: Create Release
196+
displayName: Create Release

0 commit comments

Comments
 (0)