Skip to content

Commit c8f1142

Browse files
committed
Fix filename string replace
1 parent 2c6b75e commit c8f1142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/create-packs/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
/>
8181
<Unzip
8282
SourceFiles="@(_WLPacks)"
83-
DestinationFolder="$(DotNetPreviewPath)packs\$([System.String]::Copy('%(_WLPacks.Filename)').Replace('$(AndroidPackVersionLong)', ''))\$(AndroidPackVersionLong)"
83+
DestinationFolder="$(DotNetPreviewPath)packs\$([System.String]::Copy('%(_WLPacks.Filename)').Replace('.$(AndroidPackVersionLong)', ''))\$(AndroidPackVersionLong)"
8484
/>
8585
<Touch
8686
Files="$(DotNetPreviewPath)sdk\$(DotNetPreviewVersionFull)\EnableWorkloadResolver.sentinel"

0 commit comments

Comments
 (0)