Skip to content

Commit

Permalink
Dont compile FullFramework as part of Calamari.csproj to avoid race c…
Browse files Browse the repository at this point in the history
…onditions during build
  • Loading branch information
zentron committed Sep 3, 2024
1 parent 337eb21 commit dffe2cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/Calamari/Calamari.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@

<Target Name="IncludeDALImplementation" BeforeTargets="BeforeBuild">
<!--<Exec Command="dotnet build ..\Calamari.FullFrameworkTools\Calamari.FullFrameworkTools.csproj &#45;&#45;output $(OutDir)\Calamari.FullFrameworkTools" />-->
<Exec Command="dotnet build ..\Calamari.FullFrameworkTools\Calamari.FullFrameworkTools.csproj --configuration $(Configuration)" />
<!--<FullFrameworkTools Include="$(OutDir)/Calamari.FullFrameworkTools/*" />-->

<!--<Exec Command="dotnet build ..\Calamari.FullFrameworkTools\Calamari.FullFrameworkTools.csproj &#45;&#45;configuration $(Configuration)" />-->
<ItemGroup>
<FullFrameworkFiles Include="$(MSBuildProjectDirectory)/../Calamari.FullFrameworkTools/bin/Debug/net462/*" />
</ItemGroup>
Expand Down

0 comments on commit dffe2cd

Please sign in to comment.