Skip to content

Commit

Permalink
Ensure ALL sample projects are marked as non-packable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Mar 1, 2019
1 parent cba1dfd commit c6e7062
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions samples/ConfigFromConfigMap/ConfigFromConfigMap.csproj
Expand Up @@ -21,6 +21,4 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="2.0.2" />
<PackageReference Include="Serilog.Sinks.Literate" Version="3.0.0" />
</ItemGroup>

<Import Project="..\Common.props" />
</Project>
2 changes: 0 additions & 2 deletions samples/DeploymentWithRollback/DeploymentWithRollback.csproj
Expand Up @@ -21,6 +21,4 @@
<PackageReference Include="Serilog.Sinks.Literate" Version="3.0.0" />
</ItemGroup>

<Import Project="..\Common.props" />

</Project>
2 changes: 1 addition & 1 deletion samples/Common.props → samples/Directory.Build.props
Expand Up @@ -6,4 +6,4 @@
<!-- Don't pack sample projects -->
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
</Project>
2 changes: 0 additions & 2 deletions samples/noob-exec/NoobExec.csproj
Expand Up @@ -19,6 +19,4 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="2.0.0" />
</ItemGroup>

<Import Project="..\Common.props" />
</Project>

0 comments on commit c6e7062

Please sign in to comment.