We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035c8d3 commit 93a3d39Copy full SHA for 93a3d39
1 file changed
Directory.Build.targets
@@ -4,7 +4,7 @@
4
Condition="'$(MSBuildProjectName)' == 'TurboSamplePlugin'"
5
>
6
<Exec
7
- Command="dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj --no-restore -p:BuildProjectReferences=true"
+ Command="dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj --no-restore -p:BuildProjectReferences=true -p:RunAnalyzers=false"
8
WorkingDirectory="$(MSBuildThisFileDirectory)"
9
/>
10
</Target>
0 commit comments