Commit 1714dd5
CID Agent
Fix NuGet smoke test: remove invalid --source flag
The `dotnet add package --source` flag takes a URI/path, not a
configured source name. Passing "local" was interpreted as a relative
path that doesn't exist, causing "no versions available" errors.
Removing the flag lets dotnet search all configured sources including
the local one added via `dotnet nuget add source`.1 parent a195f0f commit 1714dd5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
918 | | - | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| |||
0 commit comments