Skip to content

Commit

Permalink
Add post build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Crossley committed Aug 9, 2023
1 parent 92e1fd8 commit 0ffe1c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CreateMissing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="if $(ConfigurationName)==Release (&#xD;&#xA;echo.&#xD;&#xA;echo Update Distribution folder&#xD;&#xA;echo copy MX exe&#xD;&#xA;xcopy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)..\CumulusMX-Dist\CumulusMX&quot; /D /-I /Q /Y&#xD;&#xA;echo copy MX config&#xD;&#xA;xcopy &quot;$(TargetPath).config&quot; &quot;$(SolutionDir)..\CumulusMX-Dist\CumulusMX&quot; /D /-I /Q /Y&#xD;&#xA;)" />
</Target>

</Project>

0 comments on commit 0ffe1c9

Please sign in to comment.