1 write to _testFolder
Microsoft.Build.Engine.UnitTests (1)
Evaluation\SdkResultEvaluation_Tests.cs (1)
41
_testFolder
= _env.CreateFolder().Path;
20 references to _testFolder
Microsoft.Build.Engine.UnitTests (20)
Evaluation\SdkResultEvaluation_Tests.cs (20)
130
string projectPath = Path.Combine(
_testFolder
, "project.proj");
163
string projectPath = Path.Combine(
_testFolder
, "project.proj");
193
Path.Combine(
_testFolder
, "Sdk"),
200
new[] { Path.Combine(
_testFolder
, "Sdk") },
225
string projectPath = Path.Combine(
_testFolder
, "project.proj");
235
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
236
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
288
Path.Combine(
_testFolder
, "Sdk1"),
289
Path.Combine(
_testFolder
, "Sdk2")
313
string projectPath = Path.Combine(
_testFolder
, "project.proj");
323
string sdk1PropsPath = Path.Combine(
_testFolder
, "Sdk1", "Sdk.props");
324
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk1"));
334
string sdk2PropsPath = Path.Combine(
_testFolder
, "Sdk2", "Sdk.props");
335
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk2"));
389
new[] { Path.Combine(
_testFolder
, "Sdk") },
405
string projectPath = Path.Combine(
_testFolder
, "project.proj");
415
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
416
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
426
string sdkTargetsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.targets");
482
string projectPath = Path.Combine(
_testFolder
, "project.proj");