Skip to content

Commit 85a4b1d

Browse files
authored
Work CI-CD
- Add git token to instatller task. ***NO_CI***
1 parent 6dc974f commit 85a4b1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
- task: InstallnFBuildComponents@1
118118
condition: ne( variables['StartReleaseCandidate'], true )
119119
displayName: Install nanoFramework MSBuild components
120-
120+
env:
121+
GITHUB_TOKEN: $(GitHubToken)
122+
121123
- task: NuGetCommand@2
122124
displayName: NuGet restore Test Adapter
123125
inputs:

0 commit comments

Comments
 (0)