Fix multiple tests using same output path
This commit is contained in:
parent
103b8a6ec4
commit
9fb5f746ae
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests
|
|||
{
|
||||
var testAppName = "MSBuildTestApp";
|
||||
var testInstance = TestAssets.Get(testAppName)
|
||||
.CreateInstance(testAppName)
|
||||
.CreateInstance()
|
||||
.WithSourceFiles()
|
||||
.WithRestoreFiles();
|
||||
|
||||
|
|
Loading…
Reference in a new issue