Skip to content

Commit 56aa242

Browse files
Update local-feed path in nuget.config for CI compatibility
1 parent 4ab1fb5 commit 56aa242

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • IO.Astrodynamics.Net/IO.Astrodynamics.SmokeTests

IO.Astrodynamics.Net/IO.Astrodynamics.SmokeTests/nuget.config

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
<packageSources>
44
<!--
55
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).
6+
"local-feed" is populated by CI (dotnet pack output via cd.yml)
7+
and points to IO.Astrodynamics.Net/local-feed (one level up).
108
-->
119
<clear />
1210
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13-
<add key="local-feed" value="../../../local-feed" />
11+
<add key="local-feed" value="../local-feed" />
1412
</packageSources>
1513
</configuration>
1614

0 commit comments

Comments
 (0)