Attempting to actually fix the build this time. We were not pointing to the right packages cache before.
This commit is contained in:
parent
a95ddb4074
commit
c7858afc48
5 changed files with 16 additions and 24 deletions
|
@ -68,7 +68,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
_nugetPackages = nugetPackages ?? Path.Combine(RepoRoot, ".nuget", "packages");
|
||||
_pjDotnet = pjDotnet ?? GetPjDotnetPath();
|
||||
_stage2Sdk = Directory.EnumerateDirectories(Path.Combine(_artifacts, "stage2", "sdk")).First();
|
||||
_testPackages = Path.Combine(_artifacts, "tests", "packages");
|
||||
_testPackages = Path.Combine(RepoRoot, "artifacts", "testpackages", "packages");
|
||||
}
|
||||
|
||||
private string GetPjDotnetPath()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue