Skip to content

Commit f82bbbc

Browse files
committed
Work CI-CD
- Add task to install nbgv. ***UPDATE_DEPENDENTS***
1 parent 47e7686 commit f82bbbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ jobs:
114114
inputs:
115115
versionSpec: '5.8.0'
116116

117+
- task: DotNetCoreCLI@2
118+
displayName: Install NBGV tool
119+
inputs:
120+
command: custom
121+
custom: tool
122+
arguments: install -g nbgv
123+
117124
- task: InstallnFBuildComponents@1
118125
condition: ne( variables['StartReleaseCandidate'], true )
119126
displayName: Install nanoFramework MSBuild components

0 commit comments

Comments
 (0)