Skip to content

Commit 485f7e1

Browse files
committed
Work CI-CD
- Remove install of nbgv. Now it's pre-installed on the pipelines VMs.
1 parent e81c336 commit 485f7e1

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
@@ -96,14 +96,6 @@ jobs:
9696
9797
- template: azure-pipelines-templates/install-nuget.yml@templates
9898

99-
- task: DotNetCoreCLI@2
100-
condition: ne(variables['system.pullrequest.isfork'], true)
101-
displayName: Install NBGV tool
102-
inputs:
103-
command: custom
104-
custom: tool
105-
arguments: install -g nbgv
106-
10799
- task: InstallnFBuildComponents@1
108100
condition: ne( variables['StartReleaseCandidate'], true )
109101
displayName: Install nanoFramework MSBuild components

0 commit comments

Comments
 (0)