true $(CodeSignDependsOn);CollectFileSignInfo <_RepositoryProject Remove="@(_RepositoryProject)" /> <_RepositoryProject Include="$(MSBuildProjectFullPath)" Condition="'%(Repository.Identity)' != ''"> RepositoryRoot=%(Repository.RootPath) %(Repository.Build) <_ShippedRepositoryProject Include="$(MSBuildProjectFullPath)" Condition="'%(ShippedRepository.Identity)' != ''"> RepositoryRoot=%(ShippedRepository.RootPath) false AssemblySigningCertName=$(AssemblySigningCertName); AssemblySigning3rdPartyCertName=$(AssemblySigning3rdPartyCertName); PowerShellSigningCertName=$(PowerShellSigningCertName); PackageSigningCertName=$(PackageSigningCertName); VsixSigningCertName=$(VsixSigningCertName); JarSigningCertName=$(JarSigningCertName); ArtifactsDir=$(ArtifactsDir); BuildDir=$(BuildDir) <_FilesToSign Include="@(_RepoFileSignInfo)" Condition="'%(_RepoFileSignInfo.IsFileToSign)' == 'true' AND ('$(_ReposWereBuilt)' == 'true' OR '%(_RepoFileSignInfo.Container)' != '' ) " /> <_FilesToSign Include="@(_ShippedRepoFileSignInfo)" Condition="'%(_ShippedRepoFileSignInfo.IsFileToSign)' == 'true' AND '%(_ShippedRepoFileSignInfo.Container)' != '' " /> <_Temp Remove="@(_Temp)" /> <_Temp Include="@(FilesToExcludeFromSigning)" /> <_Temp Remove="@(_Temp)" /> <_FileSignInfo Include="@(FilesToSign)" IsFileToSign="true" /> <_FileSignInfo Include="@(FilesToExcludeFromSigning)" IsFileToExcludeFromSign="true" />