BuildTool: Stop after when Module failed

This commit is contained in:
Simon Lübeß
2026-04-11 09:39:13 +02:00
parent bca4281d84
commit 10e2294f9c
4 changed files with 28 additions and 14 deletions
+4 -5
View File
@@ -16,13 +16,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SimpleExec" Version="12.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-rc.2.25502.107" />
<PackageReference Include="SimpleExec" Version="13.0.0" />
<PackageReference Include="Spectre.Console" Version="0.55.0" />
<PackageReference Include="System.CommandLine" Version="2.0.5" />
</ItemGroup>
<Target Name="CopyExe" AfterTargets="Publish">
<Copy SourceFiles="$(PublishDir)$(TargetName).exe"
DestinationFolder="$(DeploymentPath)"
SkipUnchangedFiles="true" />
<Copy SourceFiles="$(PublishDir)$(TargetName).exe" DestinationFolder="$(DeploymentPath)" SkipUnchangedFiles="true" />
</Target>
</Project>