rdebath

Results 210 comments of rdebath

[This](https://github.com/PowerShell/PowerShell/issues/4194) seems to be why the path is prefixed. This "fix" was broken when the executable was renamed. PS: Maybe I should mention that the name change is one of...

That sounds pretty close, though ... * I note that there are two executables $PSHOME/pwsh.exe and $PSHOME/pwsh for windows and unix which may change things. * It'd be a really...

> How can we change the in a OnPrem - Environment collation? Simple answer "you can't". Longer one: There used to be an option within the "development environment" (Classic client,...

I note that `signtool.exe` is a standalone executable, it does not need to be "installed" but instead could just be copied to where it's needed. Also "I've tried to disable...

> First question is, Is it possible set parameter "$bccontainerHelperConfig.defaultDownloadTimeout" from script? Yes, after running any BCContainerHelper command (eg: `Test-BcContainer`) the variable has been loaded globally and can be changed...

Just to be pedantic an appsource submission file also contains source code and must be digitally signed. eg: The first four bytes of this sort of file say `NAVX`, it...

How many seconds does it take to run just a compile on previous, current and nextmajor for a minimal repo, without tests ?

Obviously 15 minutes is more than an order of magnitude too slow for "without tests". I see I forgot to include a target; But I did say "seconds" for a...

I should also say thanks for this comment, I (for one) probably wouldn't have found that message with the target date for a long time.

Had a look at AL-Go some more today ... it appears that it depends (a lot) on BCContainerHelper. Interestingly, it seems to depends on the same parts that I'm depending...