We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab1fb5 commit 56aa242Copy full SHA for 56aa242
1 file changed
IO.Astrodynamics.Net/IO.Astrodynamics.SmokeTests/nuget.config
@@ -3,14 +3,12 @@
3
<packageSources>
4
<!--
5
Clear inherited sources so only these two are used.
6
- "local-feed" is populated by CI (dotnet pack output) and may
7
- not exist locally – NuGet tolerates a missing directory when
8
- the source is declared here but will fail when passed via
9
- the - -source CLI flag on Windows (NU1301).
+ "local-feed" is populated by CI (dotnet pack output via cd.yml)
+ and points to IO.Astrodynamics.Net/local-feed (one level up).
10
-->
11
<clear />
12
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13
- <add key="local-feed" value="../../../local-feed" />
+ <add key="local-feed" value="../local-feed" />
14
</packageSources>
15
</configuration>
16
0 commit comments