Skip to content

Commit 9fb5175

Browse files
authored
Update build.yml
1 parent b95056c commit 9fb5175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- task: NuGetAuthenticate@1
2424
displayName: Authenticate with NuGet feeds
2525

26-
- script: dotnet restore --configfile $(Build.SourcesDirector)/nuget.config
26+
- script: dotnet restore --configfile nuget.config
2727
displayName: Restore packages
2828

2929
- script: dotnet build -c $(BuildConfiguration) --no-restore -bl:build.msbuild.binlog

0 commit comments

Comments
 (0)