We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80d0dc commit a05b5b7Copy full SHA for a05b5b7
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