attempt to fix broken linux build
This commit is contained in:
parent
b22276a4a6
commit
2bd020d015
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue