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

GH-2839: Add support for PublishReadyToRunShowWarnings property in DotNetCorePublish #2840

Conversation

augustoproiete
Copy link
Member

Resolves #2839

DotNetCorePublish("./src/MyApp/MyApp.csproj", new DotNetCorePublishSettings
{
    // ...
    PublishReadyToRun = true,
    PublishReadyToRunShowWarnings = true, // <<<
});

@devlead
Copy link
Member

devlead commented Sep 7, 2020

@augustoproiete This looks good to be, could you please rebase against latest develop, or Allowing changes to a pull request branch created from a fork.

…perty in DotNetCorePublish

```csharp
DotNetCorePublish("./src/MyApp/MyApp.csproj", new DotNetCorePublishSettings
{
    // ...
    PublishReadyToRun = true,
    PublishReadyToRunShowWarnings = true, // <<<
});
```
@augustoproiete augustoproiete force-pushed the dotnetcore-publish-readytorun-showwarnings branch from 433eba5 to ab8a551 Compare September 7, 2020 14:05
@augustoproiete
Copy link
Member Author

augustoproiete commented Sep 7, 2020

@devlead rebased on top of develop

Unfortunately the option to allow changes to a pull request branch created from a fork is not available for me (I suspect it's because my fork is in inside of an organization instead of a regular user)

Copy link
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@devlead devlead merged commit f92781e into cake-build:develop Sep 7, 2020
@devlead
Copy link
Member

devlead commented Sep 7, 2020

@augustoproiete your changes have been merged, thanks for your contribution 👍

@augustoproiete augustoproiete deleted the dotnetcore-publish-readytorun-showwarnings branch September 7, 2020 15:16
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 support for PublishReadyToRunShowWarnings property in DotNetCorePublish
2 participants