Skip to content

Commit 6761dec

Browse files
author
John Luo
authored
Sign Windows zips (#11466)
1 parent 3ce6c1d commit 6761dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Signing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.nupkg" Exclude="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
1414
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
1515
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.jar" />
16-
<ItemsToSign Include="$(InstallersOutputPath)**\*.zip" />
16+
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.zip" />
1717

1818
<!--
1919
Map file extensions to a code-sign cert.

0 commit comments

Comments
 (0)