Support new artifacts layout in tests and other build logic
This commit is contained in:
parent
ae0aa8ed24
commit
13da213183
37 changed files with 67 additions and 82 deletions
|
@ -238,6 +238,9 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
psi.Environment[item.Key] = item.Value;
|
||||
#endif
|
||||
}
|
||||
|
||||
// Flow the TEST_PACKAGES environment variable to the child process
|
||||
psi.Environment["TEST_PACKAGES"] = System.Environment.GetEnvironmentVariable("TEST_PACKAGES");
|
||||
}
|
||||
|
||||
private void AddWorkingDirectoryTo(ProcessStartInfo psi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue