Expected Behavior
Existing scripts that were working before V4.7 should continue to work.
Current Behavior
With this 4.7 release our scripts now fail due to psake expecting an IsWindows variable to be defined.
Possible Solution
Provide a default value for IsWindows? Remove the use of that variable?
Steps to Reproduce (for bugs)
Not yet sure what action in our scripts is triggering this behavior.
Context
Our existing project build scripts have suddenly started failing.
Your Environment
Running on Windows (10).
- Module version used: 4.7
- Operating System and PowerShell version:
Expected Behavior
Existing scripts that were working before V4.7 should continue to work.
Current Behavior
With this 4.7 release our scripts now fail due to psake expecting an IsWindows variable to be defined.
Possible Solution
Provide a default value for IsWindows? Remove the use of that variable?
Steps to Reproduce (for bugs)
Not yet sure what action in our scripts is triggering this behavior.
Context
Our existing project build scripts have suddenly started failing.
Your Environment
Running on Windows (10).