@@ -56,12 +56,12 @@ jobs:
56
56
inputs :
57
57
targetType : ' inline'
58
58
script : |
59
- [xml]$xmlDoc = Get-Content '$(Build.SourcesDirectory)\src\Files.Package\Package.appxmanifest'
59
+ [xml]$xmlDoc = Get-Content '$(Build.SourcesDirectory)\src\Files.App ( Package) \Package.appxmanifest'
60
60
$xmlDoc.Package.Identity.Name="${{parameters.packageIdentityName}}"
61
61
$xmlDoc.Package.Identity.Publisher="Files"
62
62
$xmlDoc.Package.Properties.DisplayName="${{parameters.packageDisplayName}}"
63
63
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="${{parameters.packageDisplayName}}"
64
- $xmlDoc.Save('$(Build.SourcesDirectory)\src\Files.Package\Package.appxmanifest')
64
+ $xmlDoc.Save('$(Build.SourcesDirectory)\src\Files.App ( Package) \Package.appxmanifest')
65
65
failOnStderr : true
66
66
67
67
# This replaces references to the dev icon with the specified icon variant
@@ -168,7 +168,7 @@ jobs:
168
168
inputs :
169
169
targetType : ' inline'
170
170
script : |
171
- [xml]$xmlDoc = Get-Content '$(Build.SourcesDirectory)\src\Files.Package\Package.appxmanifest'
171
+ [xml]$xmlDoc = Get-Content '$(Build.SourcesDirectory)\src\Files.App ( Package) \Package.appxmanifest'
172
172
$xmlDoc.Package.Identity.Name="49306atecsolution.FilesUWP"
173
173
$xmlDoc.Package.Identity.Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7"
174
174
$xmlDoc.Package.Properties.DisplayName="Files"
@@ -179,7 +179,7 @@ jobs:
179
179
$nsmgr.AddNamespace("rescap", "http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities")
180
180
$pm = $xmlDoc.SelectSingleNode("/pkg:Package/pkg:Capabilities/rescap:Capability[@Name='packageManagement']", $nsmgr)
181
181
$xmlDoc.Package.Capabilities.RemoveChild($pm)
182
- $xmlDoc.Save('$(Build.SourcesDirectory)\src\Files.Package\Package.appxmanifest')
182
+ $xmlDoc.Save('$(Build.SourcesDirectory)\src\Files.App ( Package) \Package.appxmanifest')
183
183
failOnStderr : true
184
184
185
185
# This replaces references to the dev icon with the specified icon variant
0 commit comments