Fix syntax error in Signing.props (#44971)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 19 Nov 2020 23:46:44 +0000 (00:46 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 23:46:44 +0000 (00:46 +0100)
eng/Signing.props

index 3a1af40..2d29ea8 100644 (file)
@@ -44,7 +44,7 @@
     <FileExtensionSignInfo Include=".pkg" CertificateName="8003" />
     <FileExtensionSignInfo Include=".deb;.rpm" CertificateName="LinuxSign" />
   </ItemGroup>
-  <ItemGroup Condition="'$(PrepareArtifacts) == 'true' and '$(PostBuildSign)' == 'true'">
+  <ItemGroup Condition="'$(PrepareArtifacts)' == 'true' and '$(PostBuildSign)' == 'true'">
     <ItemsToSignWithPaths Include="$(DownloadDirectory)**/*.msi" />
     <ItemsToSignWithPaths Include="$(DownloadDirectory)**/*.exe" />
     <ItemsToSignWithPaths Include="$(DownloadDirectory)**/*.nupkg" />