File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" SignFiles" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" packages\Microsoft.VisualStudioEng.MicroBuild.Core.0.4.1\build\Microsoft.VisualStudioEng.MicroBuild.Core.props" />
4+
5+ <PropertyGroup >
6+ <BaseOutputDirectory >$(BUILD_STAGINGDIRECTORY)</BaseOutputDirectory >
7+ <!-- These properties are required by MicroBuild, which only signs files that are under these paths -->
8+ <IntermediateOutputPath >$(BaseOutputDirectory)</IntermediateOutputPath >
9+ <OutDir >$(BaseOutputDirectory)</OutDir >
10+ </PropertyGroup >
11+
12+ <ItemGroup >
13+ <FilesToSign Include =" $(OutDir)\vsix\cpptools-*.signature.p7s" >
14+ <Authenticode >VSCodePublisher</Authenticode >
15+ </FilesToSign >
16+ </ItemGroup >
17+
18+ <Import Project =" packages\Microsoft.VisualStudioEng.MicroBuild.Core.0.4.1\build\Microsoft.VisualStudioEng.MicroBuild.Core.targets" />
19+ </Project >
You can’t perform that action at this time.
0 commit comments