We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24ee9 commit bf681ceCopy full SHA for bf681ce
.azure-pipelines/generation-templates/capture-metadata.yml
@@ -52,7 +52,10 @@ steps:
52
53
- template: download-typewriter.yml
54
55
+# required for typewriter
56
- template: use-dotnet-sdk.yml
57
+ parameters:
58
+ version: '8.x'
59
60
## Only run if the previous step was successful
61
- pwsh: '$(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -113,8 +116,6 @@ steps:
113
116
114
117
# Use the clean metadata from the last step to generate DotNet files.
115
118
-- template: use-dotnet-sdk.yml
-
119
# required for the hidi installation validation
120
121
parameters:
0 commit comments