Update the artifact type for the JSON manifest file
[ci skip]
This commit is contained in:
parent
57fc6833fe
commit
3c20e7c45b
|
|
@ -26,9 +26,9 @@
|
||||||
</ArtifactInfo>
|
</ArtifactInfo>
|
||||||
|
|
||||||
<ArtifactInfo Include="$(VSIXManifestOutputPath)">
|
<ArtifactInfo Include="$(VSIXManifestOutputPath)">
|
||||||
<ArtifactType>JsonFile</ArtifactType>
|
<ArtifactType>VsixPackageManifestFile</ArtifactType>
|
||||||
<Category>$(VSIXArtifactCategory)</Category>
|
<Category>$(VSIXArtifactCategory)</Category>
|
||||||
<Dependencies>$(VSIXName).json</Dependencies>
|
<Dependencies>$(VSIXName).vsix</Dependencies>
|
||||||
<PackageId>$(VSIXName)</PackageId>
|
<PackageId>$(VSIXName)</PackageId>
|
||||||
</ArtifactInfo>
|
</ArtifactInfo>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue