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

Added support for IsPublishable C# project config item #144

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Added support for IsPublishable C# project config item #144

merged 2 commits into from
Sep 15, 2021

Conversation

Trithek
Copy link
Contributor

@Trithek Trithek commented Sep 15, 2021

No description provided.

Copy link
Contributor

@belkiss belkiss left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! Couple of minors changes to do, otherwise looks good!

@@ -546,6 +546,16 @@ public enum SonarQubeExclude
Disabled,
Enabled
}

/// <summary>
/// Controls whether the project is published when running a publish command
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this property is only applicable for dotnet sdk projects, could you indicate that in the comments please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Done!

@@ -3426,6 +3426,13 @@ private Options.ExplicitOptions GenerateOptions(CSharpProject project, Project.C
Options.Option(Options.CSharp.ProduceReferenceAssembly.Disabled, () => { options["ProduceReferenceAssembly"] = RemoveLineTag; })
);


SelectOption
(
Copy link
Contributor

@belkiss belkiss Sep 15, 2021

Choose a reason for hiding this comment

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

Fix indentation (we use spaces)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, some slipped through. Fixed

Also added comment to indicate that IsPublishable only affects dotnet projects
@belkiss belkiss merged commit ad2715d into ubisoft:dev Sep 15, 2021
@belkiss
Copy link
Contributor

belkiss commented Sep 15, 2021

Merged, thanks!

dzchen940516 pushed a commit to dzchen940516/Sharpmake that referenced this pull request Oct 26, 2021
* Added support for IsPublishable C# project config item
belkiss pushed a commit to belkiss/Sharpmake that referenced this pull request Nov 15, 2021
* Added support for IsPublishable C# project config item
SharpmakeRobot pushed a commit that referenced this pull request Mar 22, 2023
Make Samples compile to ease code navigation

Closes #144

See merge request Sharpmake/sharpmake!364
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.

2 participants