Skip to content

Commit

Permalink
Add local nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 11, 2023
1 parent db509da commit acb701f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ publish/
PublishScripts/

# NuGet Packages
*.nupkg
# *.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
Expand Down
Binary file not shown.
10 changes: 10 additions & 0 deletions Sample/Nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="LocalPackages" value="./LocalPackages" />
</packageSources>
<activePackageSource>
<!-- this tells that all of them are active -->
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>

0 comments on commit acb701f

Please sign in to comment.