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