Skip to content

Commit 34c0290

Browse files
committed
Work CI-CD
- Add github token to nano build components install task. ***NO_CI***
1 parent afef3bf commit 34c0290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ steps:
4242

4343
- task: InstallnFBuildComponents@1
4444
displayName: Install nanoFramework MSBuild components
45+
env:
46+
GITHUB_TOKEN: $(GitHubToken)
4547

4648
# only build solutions that need to be build
4749
- powershell: |

0 commit comments

Comments
 (0)