Skip to content

Commit

Permalink
Ignore SAM SE xcopy return code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Apr 11, 2024
1 parent ab88edb commit 5a66c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</Target>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy /S /Y &quot;..\KeyManager.Library.KeyStore.SAM_SE\DLL\$(ConfigurationName)\*.dll&quot; &quot;$(TargetDir)&quot;" />
<Exec Command="xcopy /S /Y &quot;..\KeyManager.Library.KeyStore.SAM_SE\DLL\$(ConfigurationName)\*.dll&quot; &quot;$(TargetDir)&quot;" IgnoreExitCode="true" />
</Target>

</Project>

0 comments on commit 5a66c27

Please sign in to comment.