Skip to content

Commit

Permalink
Merge pull request #578 from Lombiq/issue/OSOE-430-new
Browse files Browse the repository at this point in the history
OSOE-430: Support a single NE instance per solution on Linux, too, in Lombiq.NodeJs.Extensions
  • Loading branch information
LombiqBot authored Oct 18, 2023
2 parents 1e8f688 + 08b3fa6 commit e787941
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup Condition="'$([MSBuild]::IsOSUnixLike())' == 'false'">
<PropertyGroup>
<!-- Use a single installation of Node.js Extensions for all projects in the solution. Currently, only works on
Windows. -->
<UseGlobalNodeJsExtensionsNpmPackage>true</UseGlobalNodeJsExtensionsNpmPackage>
Expand All @@ -26,13 +26,13 @@
package dependencies instead of submodules. -->
<!--<PropertyGroup>
<NuGetBuild>true</NuGetBuild>
</PropertyGroup>-->
</PropertyGroup>-->

<!-- Uncomment this to run .NET static code analyzers during rebuilds. -->
<!--<PropertyGroup>
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
</PropertyGroup>-->

<Import Project="tools/Lombiq.Analyzers/Lombiq.Analyzers.OrchardCore/Build.props" />

<!-- This option hasn't improved the build time in this solution, but we'll keep it turned on regardless because it
Expand Down
2 changes: 1 addition & 1 deletion test/Lombiq.UITestingToolbox

0 comments on commit e787941

Please sign in to comment.