File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Files.App.OpenDialog*.dll
8
8
Files.App.SaveDialog * .dll
9
9
Files.App.Launcher.exe
10
10
11
- src /Files.App /Assets /AppTiles /RealWorld /
11
+ src /Files.App /Assets /AppTiles /Current /
12
12
13
13
# User-specific files
14
14
* .rsuser
Original file line number Diff line number Diff line change 3
3
<Exec Command =" powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Configure-AppXManifest.ps1 -Branch $(AppEnvironment) -PackageManifestPath $(AppXManifestFile) -IsBuildingInVisualStudio $(BuildingInsideVisualStudio)" />
4
4
</Target >
5
5
<Target Name =" PrepareAppTiles" BeforeTargets =" Build" >
6
- <Exec Command =" powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Copy-AppTiles.ps1 -Branch $(AppChannel)" />
6
+ <Exec Command =" powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Copy-AppTiles.ps1 -Channel $(AppChannel) -WorkingDir $(RootDir )" />
7
7
</Target >
8
8
</Project >
You can’t perform that action at this time.
0 commit comments