You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nick5454
changed the title
When including a variable with a space in it the cake fails
When passing a variable to build.cake that contains a space, the script throws an error
May 5, 2021
Prerequisites
Cake runner
Cake Frosting
Cake version
1.1.0
Operating system
macOS
Operating system architecture
64-Bit
CI Server
Azure Devops
What are you seeing?
When passing variable with a space, the logic parses the space and causes an error. "Any CPU" becomes Platform=Any CPU=???
What is expected?
variable: Platform = "Any CPU" should be passed as "Any CPU" to build.cake. This could be a powershell issue, but I believe it's a cake parsing issue.
Steps to Reproduce
Using the yml below, notice Platform has a space and when calling build.cake the parsing fails
yml:
The text was updated successfully, but these errors were encountered: