Skip to content

Commit b744f75

Browse files
committed
Work CI-CD
- Remove step to install nbgv.
1 parent c6e08bf commit b744f75

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,6 @@ jobs:
198198
packageType: sdk
199199
version: 6.x
200200

201-
- task: DotNetCoreCLI@2
202-
displayName: Install NBGV tool
203-
condition: ne(variables['system.pullrequest.isfork'], true)
204-
inputs:
205-
command: custom
206-
custom: tool
207-
arguments: install -g nbgv
208-
209201
# only required when updating dependents
210202
- script: nbgv cloud -a -c
211203
condition: eq(variables['UPDATE_DEPENDENTS'], 'true')

0 commit comments

Comments
 (0)