Skip to content

Commit

Permalink
Move IsPublishable property from ApplicationPropertyPage > BuildPrope…
Browse files Browse the repository at this point in the history
…rtyPage (Publish category).
  • Loading branch information
melytc committed Oct 27, 2023
1 parent 7a87841 commit 06d8c6d
Show file tree
Hide file tree
Showing 28 changed files with 136 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,4 @@
</StringProperty.Metadata>
</StringProperty>

<BoolProperty Name="IsPublishable"
DisplayName="Publishing"
Description="Allow publishing outside of Visual Studio, such as via &quot;dotnet publish&quot;."
HelpUrl="https://go.microsoft.com/fwlink/?linkid=2165975"
Category="Packaging" />

</Rule>
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@
</EnumProperty>

<!-- These Native AOT properties should not be visible for class library projects. -->
<BoolProperty Name="IsPublishable"
DisplayName="Publishing"
Description="Allows the &quot;Publish&quot; target to run. This property only affects processes that use *.proj files and &quot;Publish&quot; target, such as &quot;dotnet publish&quot; command. It does not affect publishing in Visual Studio. The default value is true."
HelpUrl="https://go.microsoft.com/fwlink/?linkid=2165975"
</BoolProperty>

<BoolProperty Name="PublishTrimmed"
DisplayName="Publish trimmed"
Description="Controls wheter trimming is enabled during publish."
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06d8c6d

Please sign in to comment.