Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Oct 26, 2024
1 parent 5452e5a commit 359c3fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReactWithDotNet/build/ReactWithDotNet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

<Message Text="ReactWithDotNet: copies folder from $(ReactWithDotNetSourceFolderForDebug) to $(ReactWithDotNetDestinationFolderForDebug)" Importance="high" />

<Delete Files="$(ReactWithDotNetDestinationFolderForDebug)\*.*" />

<Copy SourceFiles="@(ReactWithDotNetFilesToCopyForDebug)" DestinationFolder="$(ReactWithDotNetDestinationFolderForDebug)" />

</Target>
Expand All @@ -44,6 +46,8 @@

<Message Text="ReactWithDotNet: copies folder from $(ReactWithDotNetSourceFolderForRelease) to $(ReactWithDotNetDestinationFolderForRelease)" Importance="high" />

<Delete Files="$(ReactWithDotNetDestinationFolderForRelease)\*.*" />

<Copy SourceFiles="@(ReactWithDotNetFilesToCopyForRelease)" DestinationFolder="$(ReactWithDotNetDestinationFolderForRelease)" />

</Target>
Expand Down

0 comments on commit 359c3fc

Please sign in to comment.