File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2172,8 +2172,7 @@ stages:
2172
2172
-p:ProductVersion=${{ parameters.ProductVersion }}${{ parameters.BuildTag }}
2173
2173
-p:CERTIFICATE=$(certificate.secureFilePath)
2174
2174
-p:PASSPHRASE=$(CERTIFICATE_PASSWORD)
2175
- -p:VCRedistInstaller="$(env.VCToolsRedistDir)\vc_redist.$(env.VSCMD_ARG_TGT_ARCH).exe"
2176
- -p:VSVersion=$(env.VSCMD_VER)
2175
+ -p:VCRedistDir="${env:VCToolsRedistDir}\${env:VSCMD_ARG_TGT_ARCH}\Microsoft.VC143.CRT\"
2177
2176
-p:INCLUDE_AMD64_SDK=true
2178
2177
-p:INCLUDE_X86_SDK=true
2179
2178
-p:INCLUDE_ARM64_SDK=true
Original file line number Diff line number Diff line change @@ -2197,6 +2197,7 @@ jobs:
2197
2197
-p:CERTIFICATE=${env:CERTIFICATE} `
2198
2198
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
2199
2199
-p:BundleFlavor=offline `
2200
+ -p:VCRedistDir="${env:VCToolsRedistDir}\${env:VSCMD_ARG_TGT_ARCH}\Microsoft.VC143.CRT\" `
2200
2201
-p:INCLUDE_AMD64_SDK=true `
2201
2202
-p:INCLUDE_X86_SDK=true `
2202
2203
-p:INCLUDE_ARM64_SDK=true `
You can’t perform that action at this time.
0 commit comments