Skip to content

Commit a05b5b7

Browse files
authored
Specify which version of nbgv when installing.
1 parent b80d0dc commit a05b5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/prereqs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- script: dotnet --info
2424
displayName: Display dotnet info
2525

26-
- script: dotnet tool install --tool-path $(Agent.BuildDirectory) nbgv
26+
- script: dotnet tool install --version 3.6.146 --tool-path $(Agent.BuildDirectory) nbgv
2727
displayName: Install nbgv
2828

2929
# If we want to override the version, update the version.json here - vsix packaging will see this value

0 commit comments

Comments
 (0)