File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 6363 <Import Project =" $(WixInstallPath)\wix.targets" />
6464 <Import Project =" $(FSharpTreeRoot)\src\Microbuild.Settings.targets" />
6565
66- <Target Name =" CheckLocaleIsPassed" BeforeTargets =" Compile " >
66+ <Target Name =" CheckLocaleIsPassed" BeforeTargets =" Build " >
6767 <Error Condition =" '$(LocaleCode)' == ''" Text =" A 'LocaleCode' property must be passed to the project." />
6868 <Error Condition =" '$(LocaleId)' == ''" Text =" A 'LocaleId' property must be passed to the project." />
6969 <Error Condition =" '$(LocaleRegion)' == ''" Text =" A 'LocaleRegion' property must be passed to the project." />
Original file line number Diff line number Diff line change 3333 </ItemGroup >
3434
3535 <Target Name =" GatherBinariesToBeSigned" AfterTargets =" Localize" >
36- <ItemGroup >
37- <BinariesToBeSigned Include =" $(OutDir)\$(OutputName).vsix" />
38- <FilesToSign Include =" @(BinariesToBeSigned)" >
39- <Authenticode >VsixSHA2</Authenticode >
40- </FilesToSign >
41- </ItemGroup >
36+ <!-- SWIX plugin adds the built vsix to signing automatically -->
4237 </Target >
4338
44- <Target Name =" CheckPropertiesArePassed" BeforeTargets =" Compile " >
39+ <Target Name =" CheckPropertiesArePassed" BeforeTargets =" Build " >
4540 <Error Condition =" '$(VSSku)' == ''" Text =" A 'VSSku' property must be passed to the project." />
4641 <Error Condition =" '$(LocaleCode)' == ''" Text =" A 'LocaleCode' property must be passed to the project." />
4742 <Error Condition =" '$(LocaleId)' == ''" Text =" A 'LocaleId' property must be passed to the project." />
You can’t perform that action at this time.
0 commit comments