Uh oh!
There was an error while loading. Please reload this page.
doc: corrected vcbuild parameters for testing on windows - #10112
Conversation
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members.
Trott
commented
Dec 5, 2016
@nodejs/platform-windows |
I think this would be made unnecessary by #10156, which will also stop people having to remember the |
jasnell
commented
Dec 23, 2016
#10156 landed. Is this still necessary? |
@jasnell#10156 was +1 for
EDIT: we should be using cc/ @joaocgreis |
richardlau
commented
Jan 3, 2017
jasnell
commented
Jan 6, 2017
If this is a backport for 7, 6 and 4, then, separate PRs for landing in those should be opened. |
jboarman
commented
Jan 6, 2017
I'm thinking that #10156 now makes this PR un-necessary. |
@jboarman see #10112 (comment), it's necessary for all current release lines as that PR is |
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
doc
Description of change
Corrected parameter for running tests on Windows. Without the corrected
parameters, Windows users encounter an error about failing to sign the
build, "Failed to sign exe", which can be discouraging to new Windows
community members.