Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 71329ae

Browse files
committed
Update azure-pipelines-package-alpha.yml for Azure Pipelines
1 parent fdd6b72 commit 71329ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ steps:
9797
"https://github.com/UWPCommunity/Quarrel/releases/download/alpha-v$(Build.BuildNumber)/$($bundle.Replace("/", "_"))";
9898
9999
$xName = "{http://schemas.microsoft.com/appx/appinstaller/2017/2}Dependencies";
100-
foreach ($element in $doc.Root.Element($xName).Elements())){
100+
foreach ($element in $doc.Root.Element($xName).Elements()){
101101
$dep = $element.Attribute("Uri").Value.Replace("$(siteUri)", "");
102102
Copy-Item "$(appxPackageDir)\$($dep)" -Destination "$(build.artifactStagingDirectory)\$($dep.Replace("/", "_"))";
103103
$element.Attribute("Uri").Value =

0 commit comments

Comments
 (0)