1 write to OutputPath
Microsoft.DotNet.Arcade.Sdk.Tests (1)
GenerateSourcePackageSourceLinkTargetsFileTests.cs (1)
32
OutputPath
= "xxx",
2 references to OutputPath
Microsoft.DotNet.Arcade.Sdk (2)
src\GenerateSourcePackageSourceLinkTargetsFile.cs (2)
37
Directory.CreateDirectory(Path.GetDirectoryName(
OutputPath
));
38
File.WriteAllText(
OutputPath
, GetOutputFileContent(), Encoding.UTF8);