We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc4f42 commit 048bbd6Copy full SHA for 048bbd6
src/Serilog.Formatting.Log4Net.csproj
@@ -71,6 +71,7 @@
71
<Target Name="WritePackageVersionForGitHubActions" AfterTargets="Pack" Condition="$(GITHUB_OUTPUT) != ''">
72
<ItemGroup>
73
<GitHubOutput Include="version=$(PackageVersion)" />
74
+ <!-- No property is provided for the NuGet package file path, see https://github.com/NuGet/Home/issues/6671 -->
75
<GitHubOutput Include="nupkg-filename=$(PackageId).$(PackageVersion).nupkg" />
76
</ItemGroup>
77
<WriteLinesToFile File="$(GITHUB_OUTPUT)" Lines="@(GitHubOutput)" />
0 commit comments