Skip to content

Commit bf681ce

Browse files
committed
chore: makes dotnet versions installation clearer
Signed-off-by: Vincent Biret <[email protected]>
1 parent 7e24ee9 commit bf681ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure-pipelines/generation-templates/capture-metadata.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ steps:
5252

5353
- template: download-typewriter.yml
5454

55+
# required for typewriter
5556
- template: use-dotnet-sdk.yml
57+
parameters:
58+
version: '8.x'
5659

5760
## Only run if the previous step was successful
5861
- pwsh: '$(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -113,8 +116,6 @@ steps:
113116

114117
# Use the clean metadata from the last step to generate DotNet files.
115118

116-
- template: use-dotnet-sdk.yml
117-
118119
# required for the hidi installation validation
119120
- template: use-dotnet-sdk.yml
120121
parameters:

0 commit comments

Comments
 (0)