Skip to content

Commit

Permalink
nuget config added for test scope.
Browse files Browse the repository at this point in the history
hadevnet committed Aug 31, 2024
1 parent 87b10ed commit 4cc25b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/BiUM.Infrastructure.Tests/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="github" value="https://nuget.pkg.github.com/hadevnet/index.json" />
</packageSources>

<packageSourceCredentials>
<github>
<add key="Username" value="hadevnet" />
<add key="ClearTextPassword" value="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" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit 4cc25b5

Please sign in to comment.