Skip to content

Commit

Permalink
Re-Add FullFramework Build
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Sep 4, 2024
1 parent dffe2cd commit e08f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Calamari/Calamari.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +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 &#45;&#45;configuration $(Configuration)" />-->
<Exec Command="dotnet build ..\Calamari.FullFrameworkTools\Calamari.FullFrameworkTools.csproj --configuration $(Configuration)" />
<ItemGroup>
<FullFrameworkFiles Include="$(MSBuildProjectDirectory)/../Calamari.FullFrameworkTools/bin/Debug/net462/*" />
</ItemGroup>
Expand Down

0 comments on commit e08f382

Please sign in to comment.