Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Cake v1.0.0 - Need to change parameters to multi-dash syntax #8

Open
schuettecarsten opened this issue Feb 11, 2021 · 0 comments

Comments

@schuettecarsten
Copy link

This runner is not compatible with Cake-1.0.0. According to https://cakebuild.net/docs/getting-started/upgrade, parameters should always be called with multi-dash syntax (e.g. --target=Foo) instead of (e.g. -target=Foo).

# Start Cake
Invoke-Expression "& `"$cakePath`" `"%mr.Cake.script%`" --target=`"%mr.Cake.target%`" --verbosity=`"%mr.Cake.verbosity%`" %mr.Cake.arguments%";]]></param>
nikhilagrawaldotnet added a commit to nikhilagrawaldotnet/cake-teamcity that referenced this issue Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant