We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c8d3a commit cb1631dCopy full SHA for cb1631d
src/Installers/Windows/Directory.Build.props
@@ -9,6 +9,9 @@
9
Read more here => https://github.com/dotnet/project-system/blob/main/docs/build-acceleration.md#limitations
10
-->
11
<AccelerateBuildsInVisualStudio>false</AccelerateBuildsInVisualStudio>
12
+
13
+ <!-- Suppress validation to avoid Applocker failures when running light.exe on dev machines. -->
14
+ <SuppressValidation>true</SuppressValidation>
15
</PropertyGroup>
16
17
</Project>
0 commit comments