Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Installers/Windows/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
Read more here => https://github.com/dotnet/project-system/blob/main/docs/build-acceleration.md#limitations
-->
<AccelerateBuildsInVisualStudio>false</AccelerateBuildsInVisualStudio>

<!-- Suppress validation to avoid Applocker failures when running light.exe on dev machines. -->
<SuppressValidation>true</SuppressValidation>
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this for the .sfxproj's in https://github.com/dotnet/aspnetcore/tree/main/src/Framework as well? I think this d.b.p is only used by the Hosting Bundle

Copy link
Member Author

Choose a reason for hiding this comment

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

We only need it for the wixprojs as far as I can tell. I think only ANCM, but I put it here since ANCM and the hosting bundle projects import this file

</PropertyGroup>

</Project>
Loading