Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fixes #11471 #11472
Browse files Browse the repository at this point in the history
  • Loading branch information
memu8 committed Jul 20, 2020
1 parent f8ca115 commit 829452c
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 16 deletions.
144 changes: 131 additions & 13 deletions Xamarin.Forms.Build.Tasks/ErrorMessages.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Xamarin.Forms.Build.Tasks/Xamarin.Forms.Build.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</Target>

<Target Name="_StrongName" AfterTargets="Build" DependsOnTargets="_SetSnExe" Condition="'$(TargetPath)' != ''" Inputs="$(TargetPath)" Outputs="$(IntermediateOutputPath)Sn.stamp">
<Exec Command="&quot;$(SnExe)&quot; -R $(TargetPath) ..\xamarin.forms.snk" Condition=" '$(SignAssembly)' == 'true' " />
<Exec Command='"$(SnExe)" -R $(TargetPath) ..\xamarin.forms.snk' Condition=" '$(SignAssembly)' == 'true' " />
</Target>

<Target Name="_CopyToNuspecDir" AfterTargets="_StrongName;Build">
Expand Down
Loading

0 comments on commit 829452c

Please sign in to comment.