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

Preprocessor keywords #85

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Conversation

sierzput
Copy link
Contributor

@sierzput sierzput commented Jan 9, 2018

Add missing preprocessor keywords and update packages to eliminate build errors

build.cake Outdated
@@ -9,7 +9,7 @@ var configuration = Argument("configuration", "Release");
// TOOLS / ADDINS
//////////////////////////////////////////////////////////////////////

#addin "nuget:https://www.nuget.org/api/v2?package=MagicChunks&version=1.2.0.58"
#addin "nuget:?package=MagicChunks"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add version, because we got warning

The 'tool' directive is attempting to install the 'MagicChunks' package
without specifying a package version number.
More information on this can be found at https://cakebuild.net/docs/tutorials/pinning-cake-version
It's not recommended, but you can explicitly override this warning
by configuring the Skip Package Version Check setting to true
(i.e. command line parameter "--settings_skippackageversioncheck=true",
environment variable "CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK=true",
read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)

@gep13 gep13 linked an issue Dec 15, 2020 that may be closed by this pull request
@gep13 gep13 force-pushed the preprocessor-keywords branch from 719af9e to 8425f85 Compare December 16, 2020 07:25
@gep13 gep13 force-pushed the preprocessor-keywords branch from 8425f85 to e04088d Compare December 16, 2020 07:28
Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13 gep13 merged commit cadb67a into cake-build:develop Dec 16, 2020
@gep13
Copy link
Member

gep13 commented Dec 16, 2020

@sierzput thank you very much for taking the time to submit this PR, and apologies that it has taken this long to address it.

This should go out in the next release.

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

Successfully merging this pull request may close these issues.

Add missing preprocessor key words
3 participants