Skip to content

Commit 9776be3

Browse files
committed
Do not pack projects that don't ship
1 parent 1afd57e commit 9776be3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Owin.Loader/Owin.Loader.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RootNamespace>Owin.Loader</RootNamespace>
55
<TargetFramework>$(DefaultNetFxTargetFramework)</TargetFramework>
66
<IsShipping>false</IsShipping>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89
<ItemGroup>
910
<PackageReference Include="Owin" Version="$(OwinVersion)" />

src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<TargetFramework>net4.5</TargetFramework>
66
<ApplicationManifest>app.manifest</ApplicationManifest>
77
<IsShipping>false</IsShipping>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910
</Project>

0 commit comments

Comments
 (0)