Skip to content

Commit

Permalink
Fix the signing for mssign.exe (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed Jan 4, 2019
1 parent 43ce101 commit 9b828ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<Exec Command="$(IlmergeCommand)" ContinueOnError="false" />
</Target>

<Import Project="$(BuildCommonDirectory)common.targets"/>

<Target Name="GetSigningInputs" Returns="@(DllsToSign)">
<ItemGroup>
<DllsToSign Include="$(ArtifactsDirectory)$(VsixOutputDirName)\NuGet.Mssign.exe">
Expand All @@ -60,6 +62,5 @@
</ItemGroup>
</Target>

<Import Project="$(BuildCommonDirectory)common.targets"/>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

0 comments on commit 9b828ef

Please sign in to comment.