Uh oh!
There was an error while loading. Please reload this page.
WIP: Add installer build/test to the runtime.yml pipeline - #529
WIP: Add installer build/test to the runtime.yml pipeline#529jkoritzinsky wants to merge 52 commits into
Conversation
… minimal changes to the installer jobs.
4c79548 to
5ccbbf0Compare5ccbbf0 to
ca43d11Compare@dagood this is where I've been working on integrating the installer build/test jobs into the runtime.yml pipeline. I have the (non live-live) build working. Below are the next steps I was planning:
|
# Conflicts: # eng/pipelines/installer/azure-pipelines.yml
dagood
commented
Dec 6, 2019
Status (also reminder for myself where this is at): Now the installer jobs grab the bits, but fail because Libraries doesn't upload It seems like the simplest way to solve this is to have at least the part of "local live-live" (#494 for easy click) where it picks up the Libraries bits by a convention rather than by parsing the nuspec. @jkoritzinsky did you have something in mind to get the PR past this? Very possible it came up and I'm forgetting. (FYI I ended up moving Installer onto a base-job template similar to CoreFX since it seemed like the most reasonable way to share the dependency and artifact download logic. In particular generating the name of the target jobs would have been nasty to maintain everywhere.) |
jkoritzinsky
commented
Dec 6, 2019
You came to the same conclusion that I did (picking up the libraries by convention). You'll want to use the "shared framework" paths. There's an MSBuild property to enable binplacing the shared framework to the right folder. I don't remember it off the top of my head, but I'll find it again tomorrow and let you know. |
a939daf to
988aa15CompareThe job name stayed as it was, so keep its value.
1a5ac25 to
3ecd4aeComparedagood
commented
Dec 9, 2019
Closing in favor of #705 without "WIP" in title. Would leave it open to see CI results, but the most recent run is stalled out with agent issues. |
No description provided.