-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to MSBuild 16.0 #34010
Move to MSBuild 16.0 #34010
Changes from all commits
dbdb329
baed380
4cec819
47ef1dc
aa27d5a
d164a6b
51e8b02
ce35caa
b0b5351
fad6315
a995fff
b6b6463
26dc287
6489016
fbcfd0e
e8c9d6f
75e3797
d9b54d1
cddb0fa
c640ee9
d5e5848
60541a8
cf74cf3
15504ac
577f0d5
5933884
f53cbad
327bb86
24dddba
f8c07ee
dcb3864
6ccd80b
e2fccb2
6f89847
40c0e9e
45be9ee
58661d3
962874e
7eda7ac
f7e9cf8
bcbadde
47e213b
4c892a2
87b9e12
0d6d7eb
f61450f
0b05a3d
6b95c1c
cd59428
f56fff1
9d3230a
dedfd1e
94fc560
ad035da
f260d7d
0c1bb1e
5164dfb
414b3de
b7ca31b
d704ea2
31bd038
a175b25
b15e34c
e10972f
7e7f9bb
346ffd1
e99b933
8b37aed
08c96a8
266bef2
0cd6698
f644630
34c4738
ae45835
25d85e5
c6394c4
3574218
620a1e3
962b525
8a85297
ad46b90
b32a292
96b9a4f
3e8e333
064a36e
615dcfd
8489439
231aeb8
3adbdc6
29928f3
ff9146e
1337ca5
a39c73d
6ce0be0
045f0e8
77bef6f
3411709
f1f9839
1e3df78
435819a
3e226c2
eda59df
2a3ae5f
fd2378c
1e411e6
e69638b
49f5be1
1526940
7caf6ec
98b548a
059a887
9e84d8b
7976137
db7f282
6aa2e9a
fe2c2a8
b6a9c20
13e53e1
e92d325
1339613
de5462d
7bc351d
f3a08df
4ca1c4c
570d899
ecac9db
d55074b
d631440
9c92eb0
bf580bd
8faea2d
34c742d
617bcb8
2f198f1
e8b222f
941093f
ec3268a
8ae2ae8
f9fc5ea
70a2f51
1c343c2
59759cc
7dac4a1
08de51f
1250191
350b237
d5d3335
b24b904
55d6212
5cd7b08
e471290
3610d1b
a7a71fb
26cbf44
9fcd36c
dff5328
d2f2e3e
ab89400
ab375a5
014758a
1a0f6ab
10bf756
c0d3731
0210c42
0300e7e
cc1a939
6edfb99
c1188a4
0910912
a17a645
7247901
ab544d5
7c10aa6
8552bfc
6457e5f
d147f85
3bb24c4
d546887
9ad945d
55c6ae2
5f66a18
898702c
c787623
65943f6
90cc97f
4a3a2ac
5a02580
9b12d28
7449b9c
ec36668
d8c3aa8
cee95d7
61b52cf
2ebc1b0
9d66b5f
f270acf
2365992
700c632
031f465
a9f3e8e
6bb055c
5a4215b
3e7e1e9
b094f2c
5609921
391f56c
7d9e374
5e6db3d
4c24a3e
0486466
2773f5e
f51b549
67f9c77
726c2bc
83999b7
071969d
245fea3
f1213f2
cd9f8df
2f3e9af
f7dcfec
30c3dc6
cc9076c
e2b11da
90a0227
76fd803
2cab0d7
1813a33
afcedeb
85b5f31
da920a6
e141e27
7d31dd6
09254a2
36eed45
1ac68a9
b6c6008
516a25d
68db1a0
d57da97
1a1120c
f68445e
88ca01f
3dc4165
9d0ce20
0132f39
a5bef97
f6e10be
220f4ee
45c1380
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"tools": { | ||
"dotnet": "2.1.401", | ||
"vs": { | ||
"version": "15.8" | ||
"version": "16.0" | ||
}, | ||
"xcopy-msbuild": "15.9.0-alpha" | ||
"xcopy-msbuild": "16.0.0-rc1-alpha" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know that it'll affect anything in this repo, but just so you're aware if it does: we're taking a fix for dotnet/msbuild#4210 in an RC update. If you see confusing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks for the heads up. I can update this pretty fast so once you take a fix I'll look at getting a new version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just pushed 16.0.452 with the fix into |
||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19157.23" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗ This can't change in the master branch prior to a merge from dev16.0-vs-deps→master and an upgrade in the minimum supported development version of VS to 16.0. You likely already know this, but calling it out explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that the case? This is just changing the build engine we use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It ties into the integration testing infrastructure, which is a fact I found in #33145 but now I'm not sure exactly how it fits in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems strange that this would be related. This is just changing the MSBuild engine, nothing more. Not sure how that would break our ability to run tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really have any objections to doing the merge. It's logical given we're moving to 2019 being fully required when we take this change. Why for that still puzzles me.