Update Template Engine and templates for 1.x#7039
Update Template Engine and templates for 1.x#7039mlorbetske wants to merge 2 commits intodotnet:rel/1.1.0from
Conversation
0a2683c to
0dd4f12
Compare
|
It looks like these are all failing for the F# templates due to duplicate compile items (from the implicit globs in the SDK & the explicit ones that specify the ordered items for compile). @KevinRansom should the templates not have the compile items to get the |
|
@mlorbetske I expect you are suffering from 1.1 not having the F# dotnet sdk updates. @livarcocc ... I pulled the PR with the F# sdk updates just now. The dependency needs to be updated, before Mike can pull this. Or Mike can disable the f# tests, and we re-enable them as soon as the sdk is updated. Kevin |
This SDK contains the F# targets.
|
@KevinRansom @mlorbetske I have updated this PR with the new SDK. |
|
@MattGertz This will require an insertion into VS and this will enable the F# scenarios with the CLI in the box with VS. |
|
Approved per JoC's F# approval yesterday. |
|
Closing this one in favor of #7046. |
@KevinRansom