Sign Windows zips (#11466)
This commit is contained in:
parent
3ce6c1dc5b
commit
6761dec9c6
|
|
@ -13,7 +13,7 @@
|
||||||
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.nupkg" Exclude="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
|
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.nupkg" Exclude="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
|
||||||
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
|
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
|
||||||
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.jar" />
|
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.jar" />
|
||||||
<ItemsToSign Include="$(InstallersOutputPath)**\*.zip" />
|
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.zip" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Map file extensions to a code-sign cert.
|
Map file extensions to a code-sign cert.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue