Skip to content

Commit 53a2b98

Browse files
committed
Don't install nbgv in the repo root so it doesn't get included in the vsix
1 parent d57e09c commit 53a2b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/prereqs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ steps:
1212

1313
# Set the CI build number to the VSIX version we're creating from this build.
1414
- script: |
15-
dotnet tool install --tool-path . nbgv
16-
nbgv cloud
15+
dotnet tool install --tool-path $(Agent.BuildDirectory) nbgv
16+
$(Agent.BuildDirectory)/nbgv cloud
1717
1818
- script: |
1919
npm ci

0 commit comments

Comments
 (0)