We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e80ea1 + dd34e54 commit 85ae77fCopy full SHA for 85ae77f
src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj
@@ -38,7 +38,7 @@
38
<PackageReference Include="XliffTasks" Version="1.0.0-beta.20420.1" PrivateAssets="all" />
39
</ItemGroup>
40
41
- <Target Name="GetFilesToSign" BeforeTargets="SignFiles">
+ <Target Name="GetFilesToSign" BeforeTargets="SignFiles" Condition=" '$(Configuration)' == 'Release' Or '$(Configuration)' == 'ReleaseWindows'">
42
<ItemGroup>
43
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
44
<Authenticode>Microsoft400</Authenticode>
0 commit comments