Skip to content

Commit 584b6e6

Browse files
committed
Work CI-CD
- Fix passing github token to AZDO task. ***NO_CI***
1 parent 7db48cb commit 584b6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ steps:
8080
- task: InstallNanoMSBuildComponents@1
8181
condition: succeeded()
8282
displayName: Install nanoFramework MSBuild components
83-
env:
84-
GITHUB_TOKEN: $(GitHubToken)
83+
inputs:
84+
GitHubToken: $(GitHubToken)
8585

8686
# build solutions that need to be build
8787
- task: PowerShell@2

0 commit comments

Comments
 (0)