Merge release/2.1 to master - #1963
Conversation
Updating repo-toolset to 1.0.0-beta-62519-01
Merge release/2.0.0 into release/2.1
* First draft enabling performance tests... * Disabling tests for non-Windows... * Updates... * Missing "\" * Set 'DefaultIterations' to "1" * Resolved BUG: microsoft/xunit-performance#248 * Fixing typos... * Formatting, variable names changes. * Fixing a typo...
* First draft enabling performance tests... * Resolved BUG: microsoft/xunit-performance#248
* First draft enabling performance tests... * Disabling tests for non-Windows... * Updates... * Missing "\" * Set 'DefaultIterations' to "1" * Resolved BUG: microsoft/xunit-performance#248 * Fixing typos... * Formatting, variable names changes. * Fixing a typo...
Run restore and create build log by default from build.cmd
…DIR environment variable This makes it possible to work with the same copy of the repo from both Linux and Windows by using a different artifacts directory for one of them.
Update dogfood support
Merge release/2.0.0 into release/2.1
|
https://ci.dot.net/job/dotnet_sdk/job/master/job/debug_osx10.12_prtest/566/testReport/ Perf tests are failing. |
|
Just a note one more time because you can see commits getting duplicated in the history here: do not squash or rebase merge this or any merge between official branches. |
|
@dotnet/dotnet-cli |
nguerrera
left a comment
There was a problem hiding this comment.
See comment about incorrect merge in build.ps1
39744ba to
e00bcbd
Compare
|
@nguerrera |
|
Something is strange. e00bcbd is showing lots more than fixing the extensions targets. I will dig a bit. |
|
Oh I see, it's a merge commit. I thought it was a fix on top of the last commit, but you redid the merge. That is fine. I still want to check one more thing, but probably good to go in a few minutes. |
|
Good to go: remember, do not squash or rebase. |
|
Another nit for the future: don't describe your merge commits as "[Merging conflicting file1] and [conflicting file2]' but rather which branches you're merging to/from. Git will set the description for you, leave it that way. You can add notes about the conflicts below the summary. This is why I was so confused to see such a big diff in e00bcbd. |
…e-a3b1f98f8bef [main] Update dependencies from dotnet/source-build-externals
This is an automatically generated pull request from release/2.1 into master.
git fetch --all git checkout merges/release/2.1-to-master git reset --hard upstream/master git merge upstream/release/2.1 # Fix merge conflicts git commit git push merges/release/2.1-to-master --forceOnce all conflicts are resolved and all the tests pass, you are free to merge the pull request.