Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix New-Release cmdlet by also building also for v4 and misc. improvements #996
Conversation
| .\buildCoreClr.ps1 -Framework net451 -Configuration PSV3Release -Build | ||
| .\buildCoreClr.ps1 -Framework net451 -Configuration PSV4Release -Build |
This comment has been minimized.
This comment has been minimized.
bergmeister
May 10, 2018
Author
Collaborator
The essential bug was that it was not being built for version 4, the rest is just re-ordering that it builds v 3,4,5,6 in order for better readability
This comment has been minimized.
This comment has been minimized.
JamesWTruher
May 11, 2018
Member
the 1.16.1 version of Script Analyzer did not include a PSv4 directory. So we haven't shipped it for a long while. Has there been an issue with this? Is there any strong reason why we should start shipping a v4 version when we haven't previously?
|
I'm not sure we should release a v4 version |
| .\buildCoreClr.ps1 -Framework net451 -Configuration PSV3Release -Build | ||
| .\buildCoreClr.ps1 -Framework net451 -Configuration PSV4Release -Build |
This comment has been minimized.
This comment has been minimized.
JamesWTruher
May 11, 2018
Member
the 1.16.1 version of Script Analyzer did not include a PSv4 directory. So we haven't shipped it for a long while. Has there been an issue with this? Is there any strong reason why we should start shipping a v4 version when we haven't previously?
|
@JamesWTruher we already used to ship a folder for psv34 (and fullclr and coreclr) but PR #919 that fixed the references to SMA to be correct, split v3 and v4 (leading to much better behaviour for v3). The psm1 file has custom code here to pick the right binaries for the right version. PSSA will not work on v4 without this PR |
bergmeister commentedMay 10, 2018
PR Summary
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
xbetween the square brackets. Please mark anything not applicable to this PRNA.WIP:to the beginning of the title and remove the prefix when the PR is ready