Skip to content

Commit

Permalink
Setup Local package source
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasgomez238 committed Mar 8, 2024
1 parent d59f0c9 commit e609b9f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ publish/
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="LocalSource" value="/Users/sebastian/Desktop/LocalSource" />
<add key="LocalSource" value="LocalPackages" />
</packageSources>
</configuration>

0 comments on commit e609b9f

Please sign in to comment.