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 6dc974f commit 85a4b1dCopy full SHA for 85a4b1d
azure-pipelines.yml
@@ -117,7 +117,9 @@ jobs:
117
- task: InstallnFBuildComponents@1
118
condition: ne( variables['StartReleaseCandidate'], true )
119
displayName: Install nanoFramework MSBuild components
120
-
+ env:
121
+ GITHUB_TOKEN: $(GitHubToken)
122
+
123
- task: NuGetCommand@2
124
displayName: NuGet restore Test Adapter
125
inputs:
0 commit comments