Skip to content

Commit

Permalink
Specify version when installing nbgv
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Dec 16, 2024
1 parent 44b540e commit 59e93d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- script: dotnet --info
displayName: Display dotnet info

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

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

0 comments on commit 59e93d3

Please sign in to comment.