We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81c336 commit 485f7e1Copy full SHA for 485f7e1
azure-pipelines.yml
@@ -96,14 +96,6 @@ jobs:
96
97
- template: azure-pipelines-templates/install-nuget.yml@templates
98
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
-
107
- task: InstallnFBuildComponents@1
108
condition: ne( variables['StartReleaseCandidate'], true )
109
displayName: Install nanoFramework MSBuild components
0 commit comments