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 10, 2024
1 parent 0ff12c6 commit 979b320
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 979b320

Please sign in to comment.