Skip to content

Update to the new dotnet tool version of Cake #3835

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

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Update to the new dotnet tool version of Cake #3835

merged 2 commits into from
Apr 23, 2021

Conversation

rprouse
Copy link
Member

@rprouse rprouse commented Apr 22, 2021

Resolves #3764

You can now;

dotnet tool restore
dotnet cake --target=Test

Or you can still use the build.ps1 or build.sh scripts. They are now much simpler and do the above.

Note that .\build.ps1 -Target Test no longer works, all platforms now use --target=Test for parameters.

@rprouse rprouse merged commit bd685f5 into master Apr 23, 2021
@rprouse rprouse deleted the issue/3764 branch April 23, 2021 00:21
@rprouse rprouse added requires:backport Requires backportint to the v3 branch and removed awaiting:review labels Oct 14, 2021
mikkelbu added a commit that referenced this pull request Oct 29, 2021
Essentially backporting #3835 and enabling github actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:backport Requires backportint to the v3 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to the dotnet tool version of Cake
2 participants