Skip to content

Commit 048bbd6

Browse files
committed
Add comment about the missing MSBuild NuGet package path variable
1 parent dcc4f42 commit 048bbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Serilog.Formatting.Log4Net.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<Target Name="WritePackageVersionForGitHubActions" AfterTargets="Pack" Condition="$(GITHUB_OUTPUT) != ''">
7272
<ItemGroup>
7373
<GitHubOutput Include="version=$(PackageVersion)" />
74+
<!-- No property is provided for the NuGet package file path, see https://github.com/NuGet/Home/issues/6671 -->
7475
<GitHubOutput Include="nupkg-filename=$(PackageId).$(PackageVersion).nupkg" />
7576
</ItemGroup>
7677
<WriteLinesToFile File="$(GITHUB_OUTPUT)" Lines="@(GitHubOutput)" />

0 commit comments

Comments
 (0)