Skip to content

Add --nopush option to the build #1080

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

Closed
CharliePoole opened this issue Jan 4, 2022 · 2 comments · Fixed by #1083
Closed

Add --nopush option to the build #1080

CharliePoole opened this issue Jan 4, 2022 · 2 comments · Fixed by #1083
Assignees
Labels
Milestone

Comments

@CharliePoole
Copy link
Member

This would be extremely handy in testing out parts of the build, which normally impact the user, like publishing packages and doing the release on GitHub.

@CharliePoole CharliePoole self-assigned this Jan 4, 2022
@CharliePoole CharliePoole added this to the 3.13.2 milestone Jan 4, 2022
@CharliePoole CharliePoole changed the title Add --dryrun option to the build Add --nopush option to the build Jan 4, 2022
@CharliePoole
Copy link
Member Author

I forgot that cake already has a --dryrun optiion, which doesn't run any targets, just lists what would be run.

What I want is to run the tasks to test the logic but not actually push anything. So --nopush should keep us from pushing to myget, nuget or chocolatey or creating a release on github. At the same time, it should list what would be done given the current settings, etc.

@CharliePoole
Copy link
Member Author

This issue has been resolved in version 3.13.2

The release is available on:
GitHub.
NuGet packages are also available NuGet.org and
Chocolatey Packages may be found at Chocolatey.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant