Skip to content

Commit

Permalink
Enable nuget pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Dec 12, 2024
1 parent f9f0e03 commit 1f2fcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/msvc/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</solution>
<packageRestore>
<!-- Allow NuGet to download missing packages -->
<add key="enabled" value="false" />
<add key="enabled" value="True" />
<!-- Automatically check for missing packages during build in Visual Studio -->
<add key="automatic" value="false" />
<add key="automatic" value="False" />
</packageRestore>
<activePackageSource>
<!-- "ActivePackageSource" points to the currently active source.
Expand Down

0 comments on commit 1f2fcf3

Please sign in to comment.