Fix multiple tests using same output path

(cherry picked from commit 9fb5f746ae)
This commit is contained in:
Daniel Plaisted 2017-08-29 11:26:28 -07:00 committed by Nick Guerrera
parent 21b9a5fb6f
commit 7b2eb66236

View file

@ -131,7 +131,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests
{
var testAppName = "MSBuildTestApp";
var testInstance = TestAssets.Get(testAppName)
.CreateInstance(testAppName)
.CreateInstance()
.WithSourceFiles()
.WithRestoreFiles();