Skip to content

Commit

Permalink
Make PACK_NUPKG_LOCALLY OFF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Dec 17, 2024
1 parent 62dd4be commit 78b77cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/user_config_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ option(
cmake_dependent_option(
PACK_NUPKG_LOCALLY
"Pack the NuGet package locally. Should be used only to verify packages locally."
ON
OFF
"BUILD_DOTNET_WRAPPER"
OFF
)

0 comments on commit 78b77cb

Please sign in to comment.