-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package testing shouldn't hard code restore sources #53810
Comments
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue Detailsruntime/src/libraries/pkg/test/packageTest.targets Lines 10 to 16 in 8709d59
The cc @Anipik @ericstj @safern @joperezr
|
For the |
Maybe we can just use RestoreAdditionalProjectSources for |
I didn't know that property existed, good to know. |
That was fixed via #53905 |
runtime/src/libraries/pkg/test/packageTest.targets
Lines 10 to 16 in 8709d59
The
RestoreSources
property is hardly used anymore as it doesn't support authentication and instead we specify the restore sources in the repo's NuGet.config file. We probably want to copy that file next to the test app so that the restore sources aren't duplicated.cc @Anipik @ericstj @safern @joperezr
The text was updated successfully, but these errors were encountered: