Disabling "scripts in sub folders will not be executed" warning
I've set a project variable "Octopus.Action.Package.RunScripts" to "false", but I still get this warnings during Package-type steps.
I keep all my PowerShell scripts in App_Code folder of every app (package) and I run them manually with custom script steps, so I don't want (and I shouldn't) run them during deployments. I would like to disable this warnings, how to do it?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Rafał Gapski on 20 Mar, 2018 03:29 PM
Any solution?