Skip to content

Commit

Permalink
Fix missing out dir task
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jan 12, 2024
1 parent 6397bf0 commit 40b8f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tools/CsvImporter/CsvImporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<BuildOutDirAbsolutePath>$([System.IO.Path]::GetFullPath('$(BuildOutDir)'))</BuildOutDirAbsolutePath>
</PropertyGroup>

<MakeDir Directories="$(ZipArtifactsPathAbsolutePath)" />

<Copy SourceFiles="@(PublishedFiles)" DestinationFolder="$(BuildOutDir)\%(RecursiveDir)" />

<Message
Expand Down

0 comments on commit 40b8f07

Please sign in to comment.