Skip to content

Commit 6ab9fa6

Browse files
authored
Fix UploadPathSegment for productVersion.txt (#62086)
It's supposed to end with slash.
1 parent 62fb2ce commit 6ab9fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Publishing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
Encoding="ASCII" />
6363

6464
<ItemGroup>
65-
<Artifact Include="@(ProductVersionFile)" Kind="Blob" UploadPathSegment="Runtime" />
65+
<Artifact Include="@(ProductVersionFile)" Kind="Blob" UploadPathSegment="Runtime/" />
6666
</ItemGroup>
6767
</Target>
6868

0 commit comments

Comments
 (0)