Image builds reach out to NuGet.org to download the roslyn compiler:
|
Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.9.0.nupkg -OutFile C:\microsoft.net.compilers.2.9.0.zip; ` |
This causes builds to fail when the CFSClean network policy is turned on. It was turned on by default in #1282.
We need to use dnceng-hosted package feeds instead.