Skip to content

Commit 97cbd84

Browse files
committed
Enables package generation on build
Configures the project to automatically generate a NuGet package during the build process. This simplifies distribution and deployment of the library.
1 parent 2ee9762 commit 97cbd84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VConSharp/VConSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<!-- XML Documentation -->
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
<NoWarn>$(NoWarn);1591</NoWarn>
22+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)