Fixing a test that needed the lock file now that that's what we use for tools.
This commit is contained in:
parent
b4b89c7849
commit
e5f6107d88
2 changed files with 5 additions and 2 deletions
|
@ -178,7 +178,7 @@ namespace Microsoft.DotNet.Tests
|
|||
[Fact]
|
||||
public void ToolsCanAccessDependencyContextProperly()
|
||||
{
|
||||
var testInstance = TestAssetsManager.CreateTestInstance("DependencyContextFromTool");
|
||||
var testInstance = TestAssetsManager.CreateTestInstance("DependencyContextFromTool").WithLockFiles();
|
||||
|
||||
var appDirectory = testInstance.Path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue