Skip to content

Commit

Permalink
Set sergen transform all only for common-features
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Nov 3, 2024
1 parent 51e977e commit dffe2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common-features/build/Feature.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DotNetSergen Condition="'$(DotNetSergen)' == ''">dotnet sergen</DotNetSergen>
<DotnetToolManifestFile>$(MSBuildProjectDirectory)\..\.config\dotnet-tools.json</DotnetToolManifestFile>
<DotnetToolRestoreStamp>$(MSBuildProjectDirectory)\..\.config\.restore-stamp</DotnetToolRestoreStamp>
<SergenTransform>all</SergenTransform>
<SergenTransform Condition="'$(SergenTransform)' == ''">none</SergenTransform>
<StaticWebAssetBasePath>/$(MSBuildProjectName)</StaticWebAssetBasePath>
<ESMAssetBasePath>$(StaticWebAssetBasePath)/esm</ESMAssetBasePath>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
Expand Down
1 change: 1 addition & 0 deletions common-features/src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Import Project="$(MSBuildThisFileDirectory)..\build\Feature.Build.props" />
<PropertyGroup>
<SerenityVersion Condition="'$(SerenityVersion)' == ''">8.7.5</SerenityVersion>
<SergenTransform>all</SergenTransform>
<TargetFramework>net8.0</TargetFramework>
<TransformDependsOn>SetSergenTransformArgs;TransformToolRestore</TransformDependsOn>
</PropertyGroup>
Expand Down

0 comments on commit dffe2df

Please sign in to comment.