attempt to fix broken linux build

This commit is contained in:
Krzysztof Wicher 2016-11-23 13:46:44 -08:00
parent b22276a4a6
commit 2bd020d015

View file

@ -21,7 +21,7 @@ namespace Microsoft.DotNet.Cli.Add.P2P.Tests
{ {
return new TestSetup( return new TestSetup(
TestAssets.Get(TestSetup.TestGroup, TestSetup.ProjectName) TestAssets.Get(TestSetup.TestGroup, TestSetup.ProjectName)
.CreateInstance() .CreateInstance(callingMethod: callingMethod, identifier: identifier)
.WithSourceFiles() .WithSourceFiles()
.Root .Root
.FullName); .FullName);