Update mobile.azure-pipelines.yaml for Azure Pipelines

This commit is contained in:
Robin-Manuel Thiel 2019-06-03 10:05:35 +02:00
Родитель ac35c538d5
Коммит 239cc2898f
1 изменённых файлов: 10 добавлений и 3 удалений

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

@ -1,3 +1,6 @@
variables:
BuildConfiguration: 'Release'
jobs:
- job:
displayName: 'Build iOS app'
@ -28,7 +31,11 @@ jobs:
demands:
- msbuild
- visualstudio
steps:
- script: |
echo Hello from Windows
steps:
- task: VSBuild@1
displayName: 'Build UWP project'
inputs:
solution: Mobile/ContosoFieldService.UWP/ContosoFieldService.UWP.csproj
configuration: '$(BuildConfiguration)'