Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Disable Code Analysis on build
Browse files Browse the repository at this point in the history
  • Loading branch information
philip pittle committed Jun 23, 2014
1 parent 36381ba commit 7203504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>true</RunCodeAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
<DeployExtension>True</DeployExtension>
<CreateVsixContainer>True</CreateVsixContainer>
</PropertyGroup>
Expand Down

0 comments on commit 7203504

Please sign in to comment.