You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy sergen output to src/artifacts/sergen during pack and use it from there instead of Serenity.CodeGenerator/bin/ folder which causes locks during build sometimes. This means for a clean build, dotnet pack should be run from the Serenity.CodeGenerator folder first, or it will use old sergen tool from nuget.
Copy file name to clipboardExpand all lines: common-features/build/Feature.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<SerenityDirCondition="'$(SerenityDir)' == '' And Exists('$(MSBuildThisFileDirectory)..\..\Serenity.sln')">$(MSBuildThisFileDirectory)..\..\</SerenityDir>
0 commit comments