I have an on-prem DevOps server and I use Visual Studio 2022 for development. I have some local Nuget packages stored in the Artifacts of the DevOps Server. Since the last Visual Studio update, I have been getting the error:
NU1803: You are running the 'restore' operation with an 'HTTP' source,
'http://mydevops:8080/tfs/DefaultCollection/PROJ/_packaging/PROJ/nuget/v3/index.json'.
Non-HTTPS access will be removed in a future version. Consider
migrating to an 'HTTPS' source.
I am able to switch the DevOps Server to use HTTPS, but then Visual Studio can't find the Source Code Control. I opened the .sln file and changed the source to use HTTPS on the SCC URL, but Visual Studio then just locks up when I open the project. I use TFS SCC and Git SCC on different projects. Is there a clean way to migrate the links for SCC to the HTTPS URL?
Thanks, Jim