We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afef3bf commit 34c0290Copy full SHA for 34c0290
azure-pipelines.yml
@@ -42,6 +42,8 @@ steps:
42
43
- task: InstallnFBuildComponents@1
44
displayName: Install nanoFramework MSBuild components
45
+ env:
46
+ GITHUB_TOKEN: $(GitHubToken)
47
48
# only build solutions that need to be build
49
- powershell: |
0 commit comments