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 44b540e commit 59e93d3Copy full SHA for 59e93d3
azure-pipelines/prereqs.yml
@@ -23,7 +23,7 @@ steps:
23
- script: dotnet --info
24
displayName: Display dotnet info
25
26
-- script: dotnet tool install --tool-path $(Agent.BuildDirectory) nbgv
+- script: dotnet tool install --version 3.6.146 --tool-path $(Agent.BuildDirectory) nbgv
27
displayName: Install nbgv
28
29
# If we want to override the version, update the version.json here - vsix packaging will see this value
0 commit comments