Skip to content

Commit

Permalink
Add assembly signing to TFS solution (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-caro-sonarsource authored Nov 5, 2020
1 parent bd74cfc commit 8a46c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SonarScanner.MSBuild.TFS/SonarScanner.MSBuild.TFS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<AssemblyName>SonarScanner.MSBuild.TFS</AssemblyName>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(SignAssembly)'=='true'">
<DefineConstants>SignAssembly</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SonarScanner.MSBuild.Common\SonarScanner.MSBuild.Common.csproj" />
<ProjectReference Include="..\SonarScanner.MSBuild.Shim\SonarScanner.MSBuild.Shim.csproj" />
Expand Down

0 comments on commit 8a46c95

Please sign in to comment.