Skip to content

Commit 602d512

Browse files
committed
Work CI-CD
- Add github token and preview build parameters.
1 parent d501dfe commit 602d512

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ jobs:
125125
- task: InstallNanoMSBuildComponents@1
126126
condition: ne( variables['StartReleaseCandidate'], true )
127127
displayName: Install nanoFramework MSBuild components
128+
inputs:
129+
GitHubToken: $(GitHubToken)
130+
usePreviewBuild: true
131+
128132

129133
- task: Cache@2
130134
displayName: Cache NuGet packages

0 commit comments

Comments
 (0)