Uh oh!
There was an error while loading. Please reload this page.
Fix restore of internal tools and enable IBC merge - #1846
Conversation
eaad60e to
d2b52ceCompareViktorHofer
commented
Jan 17, 2020
Do we have similar challenges on the installer side? We do have some nuget credprovider files in eng which I don't really know what they are for: https://github.com/dotnet/runtime/blob/master/eng/install-nuget-credprovider.sh. |
dagood
commented
Jan 17, 2020
|
safern
commented
Jan 21, 2020
Yeah. Installer is special enough because it runs inside a docker container but without using azure devops container support because some things need to be inside and other outside docker (from my understanding, @dagood can correct me). So that's why I didn't need to do anything in the installer side. Rather than using those scripts I think it makes sense for coreclr and libraries to use the first class support stuff which are the AzDo tasks. Does that make sense to you guys? |
jaredpar
commented
Jan 21, 2020
I'd prefer to keep using the AzDO tasks here. The issue right now is builds are blocked hard stop. The issue is likely to go away in 1-3 days given that AzDO is working on a fix. Think we should just take the minimal to unblock builds now, and revert once the fix is in. Moving to a new container model should be a separate item (happy to discuss). |
safern
commented
Jan 21, 2020
This is a different thing though 😄 -- this is re-enabling IBC merge, this has nothing to do with the issue for the |
jaredpar
commented
Jan 21, 2020
Well that's a silly mistake on my part. I retract my statement 😄 |
safern
commented
Jan 25, 2020
/azp run runtime |
safern
commented
Jan 25, 2020
Could someone please review? |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes: #1024
Test build is: https://dev.azure.com/dnceng/internal/_build/results?buildId=487330