@@ -42,7 +42,7 @@ if ($Branch -eq "SideloadPreview")
4242 # Save modified Package.appxmanifest
4343 $xmlDoc.Save ($PackageManifestPath )
4444
45- Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .wapproj , * . xaml - recurse | ForEach-Object - Process `
45+ Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .xaml - recurse | ForEach-Object - Process `
4646 { `
4747 (Get-Content $_ - Raw | ForEach-Object - Process { $_ -replace " Assets\\AppTiles\\Dev" , " Assets\AppTiles\Preview" }) | `
4848 Set-Content $_ - NoNewline `
@@ -75,7 +75,7 @@ elseif ($Branch -eq "StorePreview")
7575
7676 $xmlDoc.Save ($PackageManifestPath )
7777
78- Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .wapproj , * . xaml - recurse | ForEach-Object - Process `
78+ Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .xaml - recurse | ForEach-Object - Process `
7979 { `
8080 (Get-Content $_ - Raw | ForEach-Object - Process { $_ -replace " Assets\\AppTiles\\Dev" , " Assets\AppTiles\Preview" }) | `
8181 Set-Content $_ - NoNewline `
@@ -102,7 +102,7 @@ elseif ($Branch -eq "SideloadStable")
102102 # Save modified Package.appxmanifest
103103 $xmlDoc.Save ($PackageManifestPath )
104104
105- Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .wapproj , * . xaml - recurse | ForEach-Object - Process `
105+ Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .xaml - recurse | ForEach-Object - Process `
106106 { `
107107 (Get-Content $_ - Raw | ForEach-Object - Process { $_ -replace " Assets\\AppTiles\\Dev" , " Assets\AppTiles\Release" }) | `
108108 Set-Content $_ - NoNewline `
@@ -133,7 +133,7 @@ elseif ($Branch -eq "StoreStable")
133133 # Save modified Package.appxmanifest
134134 $xmlDoc.Save ($PackageManifestPath )
135135
136- Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .wapproj , * . xaml - recurse | ForEach-Object - Process `
136+ Get-ChildItem $WorkingDir - Include * .csproj, * .appxmanifest, * .xaml - recurse | ForEach-Object - Process `
137137 { `
138138 (Get-Content $_ - Raw | ForEach-Object - Process { $_ -replace " Assets\\AppTiles\\Dev" , " Assets\AppTiles\Release" }) | `
139139 Set-Content $_ - NoNewline `
0 commit comments