Skip to content

Commit 5e25b9b

Browse files
committed
Install .NET on prepare-js-env
1 parent 7bffc70 commit 5e25b9b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.ado/templates/prepare-js-env.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ steps:
1717
displayName: Ensure npm directory for npx commands
1818
condition: eq(variables['Agent.OS'], 'Windows_NT')
1919

20+
- task: UseDotNet@2
21+
displayName: Install .NET SDK
22+
inputs:
23+
version: 10.x
24+
2025
- task: DotNetCoreCLI@2
2126
displayName: Restore .NET Tools
2227
inputs:

0 commit comments

Comments
 (0)