Move Xaml Controls Gallery to ApplicationUnderTests (#914)
This commit is contained in:
Родитель
28cee06cea
Коммит
144413ed65
|
@ -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
|
Загрузка…
Ссылка в новой задаче