Move Xaml Controls Gallery to ApplicationUnderTests (#914)

This commit is contained in:
Canhua Li 2019-10-15 16:42:58 -07:00 коммит произвёл Hassan Uraizee
Родитель 28cee06cea
Коммит 144413ed65
5 изменённых файлов: 8 добавлений и 14 удалений

4
.gitmodules поставляемый
Просмотреть файл

@ -1,3 +1,3 @@
[submodule "Xaml-Controls-Gallery"]
path = Xaml-Controls-Gallery
[submodule "ApplicationUnderTests/Xaml-Controls-Gallery"]
path = ApplicationUnderTests/Xaml-Controls-Gallery
url = https://github.com/microsoft/Xaml-Controls-Gallery.git

Просмотреть файл

@ -6,3 +6,4 @@ The following sample applications are used for [Windows Application Driver Tests
|----------------------------------- |----------------------------------------------- |
| [AppUIBasics ](./AppUIBasics/) | Hosts all UI Universal Windows UI controls |
| [Input ](./Input/) | Logs various input interactions |
| [Xaml Controls Gallery](./Xaml-Controls-Gallery/) | This app demonstrates the controls available in the Fluent Design System and Xaml. |

@ -0,0 +1 @@
Subproject commit 3f2bac94463d229a84b7d15fd198d2fb459805ae

Просмотреть файл

@ -7,18 +7,11 @@ steps:
- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
restoreSolution: Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
restoreSolution: ApplicationUnderTests/Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
- task: VSBuild@1
displayName: 'Build solution XamlControlsGallery/XamlControlsGallery.sln'
displayName: 'Build solution ApplicationUnderTests/XamlControlsGallery/XamlControlsGallery.sln'
inputs:
solution: Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
solution: ApplicationUnderTests/Xaml-Controls-Gallery/XamlControlsGallery/XamlControlsGallery.sln
msbuildArgs: '/p:Configuration=Deploy /p:AppxPackageDir="$(Build.ArtifactStagingDirectory)\\" /p:UapAppxPackageBuildMode=CI/p:AppxBundlePlatforms="x86" /p:AppxBundle=Always'
platform: x86
configuration: Release
- task: CopyFiles@2
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
inputs:
SourceFolder: '$(system.defaultworkingdirectory)'
Contents: '**\bin\$(BuildConfiguration)\**'
TargetFolder: '$(build.artifactstagingdirectory)'
condition: succeededOrFailed()
configuration: Release

@ -1 +0,0 @@
Subproject commit 7ca32874fc6982f8214dd3ec26b20e813ce14644