Skip to content

Commit ede9ca0

Browse files
authored
Merge pull request #17 from cake-build/feature/sdkPackageType
feat: add PackageType MSBuildSdk to Cake.Sdk project
2 parents 1ba4317 + d050e29 commit ede9ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cake.Sdk/Cake.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Product>Cake SDK</Product>
1313
<Description>A custom SDK that provides a convenient way to create Cake projects with minimal configuration. Automatically sets up common properties and references the Cake.Generator for source generation capabilities.</Description>
1414
<PackageTags>Cake;SDK;Build;Automation;Generator</PackageTags>
15+
<PackageType>MSBuildSdk</PackageType>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)