Skip to content

Commit

Permalink
Add missing sign assembly var (#922)
Browse files Browse the repository at this point in the history
* Add missing sign assembly var
  • Loading branch information
mickael-caro-sonarsource authored Nov 6, 2020
1 parent 8a46c95 commit 7f3008d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<OutputType>Exe</OutputType>
<StartupObject>SonarScanner.MSBuild.TFS.Classic.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(SignAssembly)'=='true'">
<DefineConstants>SignAssembly</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SonarScanner.MSBuild.Common\SonarScanner.MSBuild.Common.csproj" />
<ProjectReference Include="..\SonarScanner.MSBuild.TFS\SonarScanner.MSBuild.TFS.csproj" />
Expand Down

0 comments on commit 7f3008d

Please sign in to comment.