MultiTarget Matrix for CI, support for solution generation #456
MultiTarget Matrix for CI, support for solution generation #456Arlodotexe merged 19 commits intomainfrom
Conversation
|
Labs will need the same |
|
Weird actual test failure: |
Seems to be #347, rekicking. |
michael-hawker
left a comment
There was a problem hiding this comment.
Looking good, just wondering if we can "simplify" some of the re-use between the jobs?
It should have output the *.nupkg for all packages to the path ./ we passed into the build script, but the ./*.nupkg wildcard failed to find them for artifact upload. Either our script copies nupkg to the given folder locally but not in CI, or `dotnet nuget push ./*.nupkg` failed to locate nupkg files output to the working directory. Let's see which one.
|
@michael-hawker Looks like the |
Yeah, these are settings in the repo, we all set to go then? I can switch them over. |
Issue introduced from #456
Issue introduced from #456
This PR
buildjob, splitting intobuildandpackage.buildjob is matrixed in line with the multitarget systempackagejob is not matrixed and has been refactored to use our./tooling/Build-Toolkit-Components.ps1script.Prerequisite PR: CommunityToolkit/Tooling-Windows-Submodule#200