1 write to _testFolder
Microsoft.Build.Engine.UnitTests (1)
Evaluation\SdkResultEvaluation_Tests.cs (1)
40
_testFolder
= _env.CreateFolder().Path;
19 references to _testFolder
Microsoft.Build.Engine.UnitTests (19)
Evaluation\SdkResultEvaluation_Tests.cs (19)
129
string projectPath = Path.Combine(
_testFolder
, "project.proj");
158
Path.Combine(
_testFolder
, "Sdk"),
165
new[] { Path.Combine(
_testFolder
, "Sdk") },
190
string projectPath = Path.Combine(
_testFolder
, "project.proj");
200
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
201
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
253
Path.Combine(
_testFolder
, "Sdk1"),
254
Path.Combine(
_testFolder
, "Sdk2")
278
string projectPath = Path.Combine(
_testFolder
, "project.proj");
288
string sdk1PropsPath = Path.Combine(
_testFolder
, "Sdk1", "Sdk.props");
289
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk1"));
299
string sdk2PropsPath = Path.Combine(
_testFolder
, "Sdk2", "Sdk.props");
300
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk2"));
354
new[] { Path.Combine(
_testFolder
, "Sdk") },
370
string projectPath = Path.Combine(
_testFolder
, "project.proj");
380
string sdkPropsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.props");
381
Directory.CreateDirectory(Path.Combine(
_testFolder
, "Sdk"));
391
string sdkTargetsPath = Path.Combine(
_testFolder
, "Sdk", "Sdk.targets");
447
string projectPath = Path.Combine(
_testFolder
, "project.proj");