Update the artifact type for the JSON manifest file

[ci skip]
This commit is contained in:
Nate McMaster 2017-12-20 13:50:53 -08:00
parent 57fc6833fe
commit 3c20e7c45b
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
</ArtifactInfo>
<ArtifactInfo Include="$(VSIXManifestOutputPath)">
<ArtifactType>JsonFile</ArtifactType>
<ArtifactType>VsixPackageManifestFile</ArtifactType>
<Category>$(VSIXArtifactCategory)</Category>
<Dependencies>$(VSIXName).json</Dependencies>
<Dependencies>$(VSIXName).vsix</Dependencies>
<PackageId>$(VSIXName)</PackageId>
</ArtifactInfo>
</ItemGroup>