Skip to content

Commit

Permalink
Fix nuget packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Dec 3, 2024
1 parent a6c816d commit cd6971a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AVersionStamp/AVersionStamp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<AssemblyName>$(ProjectName)</AssemblyName>
<DefaultNamespace>$(AssemblyName)</DefaultNamespace>
<Configurations>Debug;Release;ReleaseUnity;DebugUnity</Configurations>
<IsPackable>false</IsPackable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cd6971a

Please sign in to comment.