Skip to content

Commit d9438f2

Browse files
[ci] Fix variable _UploadPathRoot (#28733)
Co-authored-by: Rui Marinho <[email protected]>
1 parent bc63d94 commit d9438f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Publishing.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</ItemGroup>
1010

1111
<PropertyGroup>
12-
<_UploadPathRoot>maui-sdk</_UploadPathRoot>
12+
<_UploadPathRoot>maui</_UploadPathRoot>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<Artifact Include="@(_InstallersToPublish)" Kind="Blob" RelativeBlobPath="@(_UploadPathRoot)/%(Filename)%(Extension)">
16+
<Artifact Include="@(_InstallersToPublish)" Kind="Blob" RelativeBlobPath="$(_UploadPathRoot)/%(Filename)%(Extension)">
1717
<IsShipping>true</IsShipping>
1818
<IsShipping Condition="$([System.String]::Copy('%(RecursiveDir)').StartsWith('NonShipping'))">false</IsShipping>
1919
</Artifact>

0 commit comments

Comments
 (0)