Skip to content

Commit

Permalink
include nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
karmeli87 committed Jun 17, 2024
1 parent 34aa999 commit ebac231
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,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
9 changes: 9 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="project" value="libs" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
Binary file added lib/Raven.CodeAnalysis.1.0.11.nupkg
Binary file not shown.

0 comments on commit ebac231

Please sign in to comment.