Skip to content

Commit 027489d

Browse files
committed
Update build.yml (add token)
1 parent f681c72 commit 027489d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ steps:
2525

2626
- script: dotnet restore --configfile NuGet.config
2727
displayName: Restore packages
28+
env:
29+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
2830

2931
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog
3032
displayName: Build

0 commit comments

Comments
 (0)