javicrespo
javicrespo
Hi, This method https://github.com/SharpeRAD/Cake.Powershell/blob/25d002311fb2566f7cf5be9ea6fcb44445fa41bf/src/Cake.Powershell/Runner/PowershellRunner.cs#L221 logs powershell commands including parameters... I'm passing an api key as a plain string to a powershell function (not as a SecureString, can I do that...
sdk 2.0 includes a setting to skip restoring packages https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test?tabs=netcore2x > --no-restore > Doesn't perform an implicit restore when running the command. I tried with cake settings generic argument customization,...