Conversation
SHA:59844e6bf00b6df5b95e795630619140ce149bb6 - Build packages step SHA:2fc4efcb6c7a977ccc679964586ef3bf0b23311f - Add SkipNativePackageBuild and SkipManagedPackageBuild to disable native or managed package build
* SHA:d46ecb53011b18a0a30cd200390a537402096971 - Consuming new versioning changes
* SHA:e569cb5849c72b12f1ced7a634ea7dfb8b40c181 - Enable running the analyzers from BuildTools during the CoreFx build.
* SHA:36692c3f15467d7f53fe2a506612f155134e754a - Add test runtime project.json support running against desktop * SHA:4c426808e2c1c1b122d5950a782665d656d2f030 - Add initial support for publishing packages.
* SHA: 0f268ed1079c182d71cdf49cde3f339a01d67863 - Temporarily revert implementation assembly version to match package version * SHA:25bbfea64828d423becd32e4aa56bd821d93860e - Move dependency validation patterns to Item metadata and add programmatic names. * Also includes a few additional minor old changes.
* SHA:677ffb86351f93b5017beeddab1ca91821abaf79 - Fix project.json and csproj errors noticed by ericstj * SHA:c3703d3b151073c41c8d9d57cc4e19c795864577 - Fix ReportGenerator task
|
@dotnet-bot test Innerloop OSX Debug Build and Test, test Innerloop OSX Release Build and Test It looks like the Mac queues hung - so am retesting |
|
Question only:
Seems like it could be useful for this repo too; otherwise we can just keep it in mind and do a copy over every time we want to use it without committing it to our own repo. |
|
Question only: |
|
Question only: |
|
LGTM. I think we'll need to do a TFS build with these changes too to confirm it doesn't break in TFS in unexpected ways. The other comments I had aren't necessary for this merge, we can take them later if needed. |
|
LGTM. |
|
+1. TFS build was successful for me. Please feel free to merge and take the questions post-merge |
|
Also, the innerloop OSX failure is intermittent when restoring build tools. I'm not concerned about that. |
|
UpdateDependencies.ps1 - Yes but didn't include it with this PR because initially I was focused on syncing the shared files, and I wasn't sure if we wanted to include it until we tried it to see if it works for us. |
This should be the goal eventually. |
Fix xUnitWarning #1003 for test projects.
First part of syncing our build related scripts to corefx.
There are many changes and I found that syncing PR by PR was the best way.
This allows me to test each PR and when some change causes an issue or looks suspect I can skip that PR and do others ones.
All of these corefx PRs built for me and I would like to merge if possible so that tomorrow I can keep going with the remaining PRs and some other outstanding issues.