1 write to _testFolder
Microsoft.Build.Engine.UnitTests (1)
Evaluation\SdkResultEvaluation_Tests.cs (1)
40
_testFolder
= _env.CreateFolder().Path;
37 references to _testFolder
Microsoft.Build.Engine.UnitTests (37)
Evaluation\SdkResultEvaluation_Tests.cs (37)
129
string projectPath = Path.Combine(
_testFolder
, "project.proj");
162
string projectPath = Path.Combine(
_testFolder
, "project.proj");
192
Path.Combine(
_testFolder
, "Sdk"),
199
new[] { Path.Combine(
_testFolder
, "Sdk") },
224
string projectPath = Path.Combine(
_testFolder
, "project.proj");
234
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
235
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
287
Path.Combine(
_testFolder
, "Sdk1"),
288
Path.Combine(
_testFolder
, "Sdk2")
312
string projectPath = Path.Combine(
_testFolder
, "project.proj");
322
string sdk1PropsPath = Path.Combine(
_testFolder
, "Sdk1", "Sdk.props");
323
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk1"));
333
string sdk2PropsPath = Path.Combine(
_testFolder
, "Sdk2", "Sdk.props");
334
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk2"));
388
new[] { Path.Combine(
_testFolder
, "Sdk") },
404
string projectPath = Path.Combine(
_testFolder
, "project.proj");
414
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
415
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
425
string sdkTargetsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.targets");
481
string projectPath = Path.Combine(
_testFolder
, "project.proj");
502
factory.IndicateSuccess(Path.Combine(
_testFolder
, "Sdk"), "1.0.0", null, null, null, environmentVariablesToAdd: new Dictionary<string, string>
522
string projectPath = Path.Combine(
_testFolder
, "project.proj");
527
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
528
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
533
string sdkTargetsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.targets");
556
factory.IndicateSuccess(Path.Combine(
_testFolder
, "Sdk"), "1.0.0", null, null, null, environmentVariablesToAdd: new Dictionary<string, string>
574
string projectPath = Path.Combine(
_testFolder
, "project.proj");
578
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
579
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
583
string sdkTargetsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.targets");
608
return factory.IndicateSuccess(Path.Combine(
_testFolder
, "Sdk1"), "1.0.0", null, null, null, environmentVariablesToAdd: new Dictionary<string, string>
616
return factory.IndicateSuccess(Path.Combine(
_testFolder
, "Sdk2"), "1.0.0", null, null, null, environmentVariablesToAdd: new Dictionary<string, string>
634
string projectPath = Path.Combine(
_testFolder
, "project.proj");
638
string sdk1PropsPath = Path.Combine(
_testFolder
, "Sdk1", "Sdk.props");
639
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk1"));
643
string sdk2PropsPath = Path.Combine(
_testFolder
, "Sdk2", "Sdk.props");
644
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk2"));