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