Skip to content

Commit 144413e

Browse files
licanhuahassanuz
authored andcommitted
Move Xaml Controls Gallery to ApplicationUnderTests (#914)
1 parent 28cee06 commit 144413e

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "Xaml-Controls-Gallery"]
2-
path = Xaml-Controls-Gallery
1+
[submodule "ApplicationUnderTests/Xaml-Controls-Gallery"]
2+
path = ApplicationUnderTests/Xaml-Controls-Gallery
33
url = https://github.com/microsoft/Xaml-Controls-Gallery.git

ApplicationUnderTests/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ The following sample applications are used for [Windows Application Driver Tests
66
|----------------------------------- |----------------------------------------------- |
77
| [AppUIBasics ](./AppUIBasics/) | Hosts all UI Universal Windows UI controls |
88
| [Input ](./Input/) | Logs various input interactions |
9+
| [Xaml Controls Gallery](./Xaml-Controls-Gallery/) | This app demonstrates the controls available in the Fluent Design System and Xaml. |
Submodule Xaml-Controls-Gallery added at 3f2bac9

Samples/JavaScript/.ado/templates/buildTestApp.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ steps:
77
- task: NuGetCommand@2
88
displayName: 'NuGet restore'
99
inputs:
10-
restoreSolution: Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
10+
restoreSolution: ApplicationUnderTests/Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
1111
- task: VSBuild@1
12-
displayName: 'Build solution XamlControlsGallery/XamlControlsGallery.sln'
12+
displayName: 'Build solution ApplicationUnderTests/XamlControlsGallery/XamlControlsGallery.sln'
1313
inputs:
14-
solution: Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
14+
solution: ApplicationUnderTests/Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
1515
msbuildArgs: '/p:Configuration=Deploy /p:AppxPackageDir="$(Build.ArtifactStagingDirectory)\\" /p:UapAppxPackageBuildMode=CI/p:AppxBundlePlatforms="x86" /p:AppxBundle=Always'
1616
platform: x86
17-
configuration: Release
18-
- task: CopyFiles@2
19-
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
20-
inputs:
21-
SourceFolder: '$(system.defaultworkingdirectory)'
22-
Contents: '**\bin\$(BuildConfiguration)\**'
23-
TargetFolder: '$(build.artifactstagingdirectory)'
24-
condition: succeededOrFailed()
17+
configuration: Release

Xaml-Controls-Gallery

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)