Skip to content

Commit 5b2bf89

Browse files
author
Sante Barbuto
committed
Unzipped files in publish dir instead of target dir
1 parent fa68aee commit 5b2bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NHSISL.LibPostalClient/NHSISL.LibPostalClient.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<DownloadFile
4646
SourceUrl="https://github.com/NHSISL/LibPostalClient/releases/download/LibPostalData/LibpostalData.zip"
4747
DestinationFolder="$(PublishDir)" />
48-
<Unzip SourceFiles="$(PublishDir)\LibpostalData.zip" DestinationFolder="$(TargetDir)\Data"
48+
<Unzip SourceFiles="$(PublishDir)\LibpostalData.zip" DestinationFolder="$(PublishDir)\Data"
4949
OverwriteReadOnlyFiles="true" />
5050
<Delete Files="$(PublishDir)\LibpostalData.zip" />
5151
<Copy SourceFiles="@(WindowsNativeFiles)" DestinationFolder="$(PublishDir)" />

0 commit comments

Comments
 (0)