1 reference to ChangelogOutputPath
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateChangelogFile.cs (1)
40
using GZipStream stream = new(File.OpenWrite(
ChangelogOutputPath
), CompressionLevel.Optimal);