Skip to content

Commit

Permalink
remove pdb on release
Browse files Browse the repository at this point in the history
  • Loading branch information
KennanChan committed Feb 29, 2020
1 parent 7246c19 commit 7942c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Revit.Async.NET40/Revit.Async.NET40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NET40</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Expand Down
2 changes: 1 addition & 1 deletion Revit.Async/Revit.Async.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NET45</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit 7942c4a

Please sign in to comment.