Fix build with latest stage0.
This commit is contained in:
parent
82d80f0da0
commit
15930fac0f
2 changed files with 6 additions and 1 deletions
6
TestAssets/TestPackages/NuGet.Config
Normal file
6
TestAssets/TestPackages/NuGet.Config
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="testpackages" value="../../artifacts/testpackages/packages" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -97,7 +97,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<DotNetRestore ToolPath="$(Stage2Directory)"
|
||||
Source="$(TestPackagesDir)"
|
||||
ConfigFile="$(RepoRoot)\NuGet.Config"
|
||||
ProjectPath="%(TestPackageProject.ProjectPath)" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue