We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce6c1d commit 6761decCopy full SHA for 6761dec
eng/Signing.props
@@ -13,7 +13,7 @@
13
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.nupkg" Exclude="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
14
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
15
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.jar" />
16
- <ItemsToSign Include="$(InstallersOutputPath)**\*.zip" />
+ <ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.zip" />
17
18
<!--
19
Map file extensions to a code-sign cert.
0 commit comments