File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/Components/Blazor/BlazorExtension/src Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
<IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
11
11
<!-- Other projects should not reference this assembly. It is only meaning to be used in Visual Studio. -->
12
12
<IsProjectReferenceProvider >false</IsProjectReferenceProvider >
13
- <IsShippingPackage >true </IsShippingPackage >
13
+ <IsShippingPackage >false </IsShippingPackage >
14
14
<IsPackable >false</IsPackable >
15
15
<EnableSourceLink >false</EnableSourceLink >
16
16
<GenerateSourceLinkFile >false</GenerateSourceLinkFile >
259
259
<_GeneratedVSIXAssemblyInfoInputsCacheFile >$(IntermediateOutputPath)$(MSBuildProjectName).VSIXAssemblyInfo.cache.txt</_GeneratedVSIXAssemblyInfoInputsCacheFile >
260
260
<_GeneratedVSIXAssemblyInfoFile >$(IntermediateOutputPath)$(MSBuildProjectName).VSIXAssemblyInfo.cs</_GeneratedVSIXAssemblyInfoFile >
261
261
</PropertyGroup >
262
+
263
+ <!-- This needs to be here because the build will try to call it -->
264
+ <Target Name =" Pack" >
265
+ </Target >
262
266
</Project >
You can’t perform that action at this time.
0 commit comments