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.
1 parent 58ce94e commit 49d4637Copy full SHA for 49d4637
src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj
@@ -37,7 +37,7 @@
37
<PackageReference Include="XliffTasks" Version="1.0.0-beta.20420.1" PrivateAssets="all" />
38
</ItemGroup>
39
40
- <Target Name="GetFilesToSign" BeforeTargets="SignFiles">
+ <Target Name="GetFilesToSign" BeforeTargets="SignFiles" Condition=" '$(Configuration)' == 'Release' Or '$(Configuration)' == 'ReleaseWindows'">
41
<ItemGroup>
42
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
43
<Authenticode>Microsoft400</Authenticode>
0 commit comments