Skip to content

Commit

Permalink
Mark samples as non-packable
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Dec 10, 2022
1 parent 92ad8f1 commit 117c4f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion samples/ConfigFromConfigMap/ConfigFromConfigMap.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>

<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
4 changes: 3 additions & 1 deletion samples/DeploymentWithRollback/DeploymentWithRollback.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>

<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions samples/ExtensionsSample/ExtensionsSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions samples/WatchEvents/WatchEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>

</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion samples/noob-exec/NoobExec.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>noob-exec</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>

<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 117c4f8

Please sign in to comment.