Skip to content

Commit

Permalink
Disabling GitHub package feed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Aug 1, 2024
1 parent 45451ed commit 88f0224
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="github" value="https://nuget.pkg.github.com/tonybaloney/index.json" />
<!-- uncomment to use pre-release builds from GitHub Packages -->
<!--<add key="github" value="https://nuget.pkg.github.com/tonybaloney/index.json" />-->
</packageSources>
<packageSourceMapping>
<packageSource key="github">
<!-- uncomment to use pre-release builds from GitHub Packages -->
<!--<packageSource key="github">
<package pattern="CSnakes*" />
</packageSource>
</packageSource>-->
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
Expand Down
5 changes: 5 additions & 0 deletions samples/Samples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExamplePythonDependency", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuickConsoleTest", "QuickConsoleTest\QuickConsoleTest.csproj", "{73B9F219-0BC0-45E9-A5E8-8092D707F963}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F565C83-C7AB-42E8-81E2-EC8C49B5C6E2}"
ProjectSection(SolutionItems) = preProject
..\nuget.config = ..\nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 88f0224

Please sign in to comment.