Skip to content

Commit c9a0d55

Browse files
committed
dont pack
1 parent 16bcf97 commit c9a0d55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Components/Blazor/BlazorExtension/src/Microsoft.VisualStudio.BlazorExtension.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
1111
<!-- Other projects should not reference this assembly. It is only meaning to be used in Visual Studio. -->
1212
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
13-
<IsShippingPackage>true</IsShippingPackage>
13+
<IsShippingPackage>false</IsShippingPackage>
1414
<IsPackable>false</IsPackable>
1515
<EnableSourceLink>false</EnableSourceLink>
1616
<GenerateSourceLinkFile>false</GenerateSourceLinkFile>
@@ -259,4 +259,8 @@
259259
<_GeneratedVSIXAssemblyInfoInputsCacheFile>$(IntermediateOutputPath)$(MSBuildProjectName).VSIXAssemblyInfo.cache.txt</_GeneratedVSIXAssemblyInfoInputsCacheFile>
260260
<_GeneratedVSIXAssemblyInfoFile>$(IntermediateOutputPath)$(MSBuildProjectName).VSIXAssemblyInfo.cs</_GeneratedVSIXAssemblyInfoFile>
261261
</PropertyGroup>
262+
263+
<!-- This needs to be here because the build will try to call it -->
264+
<Target Name="Pack">
265+
</Target>
262266
</Project>

0 commit comments

Comments
 (0)