Skip to content

Commit

Permalink
Use one level up.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrustev committed Oct 17, 2024
1 parent 3d3e9ac commit 77b39bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="local-packages" value="../Dependencies/Blazor_NuGet" />
<add key="local-packages" value="../../Dependencies/Blazor_NuGet" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 77b39bb

Please sign in to comment.