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);