Skip to content

Commit

Permalink
Remove Sample Apps from packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Mar 6, 2024
1 parent cd0cf07 commit c335a5f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Deveel.Pipelines.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleConsoleApp", "samples\SampleConsoleApp\SampleConsoleApp.csproj", "{BB20DAB5-58C5-4E3A-BD86-A2DA266A3FBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{725D0B32-DC0B-484C-AB72-D1A0F9022966}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleServiceApp", "samples\SampleServiceApp\SampleServiceApp.csproj", "{17930ACA-F304-4E62-81BC-B71D23AAB38B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6AF501F8-7BD3-48A1-A0C6-9B6414E6A668}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BC74A346-F614-4C51-89F3-B5F0A8C6FAC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -40,6 +50,8 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{218467E4-0DE1-4AA9-946F-476020046D73} = {6AF501F8-7BD3-48A1-A0C6-9B6414E6A668}
{96A87C21-65F0-499A-91BD-F37466694820} = {BC74A346-F614-4C51-89F3-B5F0A8C6FAC4}
{BB20DAB5-58C5-4E3A-BD86-A2DA266A3FBE} = {725D0B32-DC0B-484C-AB72-D1A0F9022966}
{17930ACA-F304-4E62-81BC-B71D23AAB38B} = {725D0B32-DC0B-484C-AB72-D1A0F9022966}
EndGlobalSection
Expand Down
5 changes: 5 additions & 0 deletions samples/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
2 changes: 0 additions & 2 deletions src/Deveel.Pipelines/Deveel.Pipelines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<PackageTags>pipelines;pipeline;dotnet;handler;pipes</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/deveel/deveel.pipeline</RepositoryUrl>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down

0 comments on commit c335a5f

Please sign in to comment.