Update mobile.azure-pipelines.yaml for Azure Pipelines

This commit is contained in:
Robin-Manuel Thiel 2019-06-03 17:02:27 +02:00
Родитель 5f894b2b1d
Коммит 0a695d2637
1 изменённых файлов: 14 добавлений и 14 удалений

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

@ -100,17 +100,17 @@ jobs:
steps:
- bash: echo "Hello from Android"
- job:
displayName: 'Build Windows'
pool:
name: Hosted VS2017
demands:
- msbuild
- visualstudio
steps:
- task: VSBuild@1
displayName: 'Build UWP project'
inputs:
solution: Mobile/ContosoFieldService.UWP/ContosoFieldService.UWP.csproj
configuration: '$(BuildConfiguration)'
#
#- job:
# displayName: 'Build Windows'
# pool:
# name: Hosted VS2017
# demands:
# - msbuild
# - visualstudio
# steps:
# - task: VSBuild@1
# displayName: 'Build UWP project'
# inputs:
# solution: Mobile/ContosoFieldService.UWP/ContosoFieldService.UWP.csproj
# configuration: '$(BuildConfiguration)'