Skip to content

Commit c36af38

Browse files
Update azure-pipelines.yml
1 parent 39a10fa commit c36af38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
command: test
7878
projects: '$(Build.SourcesDirectory)/Src/AsyncAwaitBestPractices.UnitTests'
7979

80+
- task: CmdLine@2
81+
displayName: 'Build Xamarin.Forms Sample'
82+
inputs:
83+
script: 'dotnet build ./Src/HackerNews'
84+
8085
- task: CopyFiles@2
8186
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
8287
inputs:

0 commit comments

Comments
 (0)