abort build when an unresolved dependency is found (#2696)
This commit is contained in:
parent
f8300f8747
commit
b98bc1289d
13 changed files with 122 additions and 8 deletions
|
@ -66,12 +66,12 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
return s_testsAssetsMgr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected static TestAssetsManager GetTestGroupTestAssetsManager(string testGroup)
|
||||
{
|
||||
string assetsRoot = Path.Combine(RepoRoot, "TestAssets", testGroup);
|
||||
var testAssetsMgr = new TestAssetsManager(assetsRoot);
|
||||
|
||||
|
||||
return testAssetsMgr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue