-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c65b11b
commit b70f156
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="SignFiles" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="packages\Microsoft.VisualStudioEng.MicroBuild.Core.0.4.1\build\Microsoft.VisualStudioEng.MicroBuild.Core.props" /> | ||
|
||
<PropertyGroup> | ||
<BaseOutputDirectory>$(BUILD_STAGINGDIRECTORY)</BaseOutputDirectory> | ||
<!-- These properties are required by MicroBuild, which only signs files that are under these paths --> | ||
<IntermediateOutputPath>$(BaseOutputDirectory)</IntermediateOutputPath> | ||
<OutDir>$(BaseOutputDirectory)</OutDir> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<FilesToSign Include="$(OutDir)\vsix\cpptools-*.signature.p7s"> | ||
<Authenticode>VSCodePublisher</Authenticode> | ||
</FilesToSign> | ||
</ItemGroup> | ||
|
||
<Import Project="packages\Microsoft.VisualStudioEng.MicroBuild.Core.0.4.1\build\Microsoft.VisualStudioEng.MicroBuild.Core.targets" /> | ||
</Project> |
b70f156
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'adore ça