Skip to content

Commit 39a10fa

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

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

azure-pipelines.yml

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

80-
- task: CmdLine@2
81-
displayName: 'Build Xamarin.Android project'
82-
inputs:
83-
script: 'msbuild ./Src/HackerNews.Droid/HackerNews.Droid.csproj /verbosity:normal /p:Configuration=Release /t:Restore'
84-
85-
- task: Bash@3
86-
displayName: 'Submit APK to App Center Test'
87-
inputs:
88-
targetType: filePath
89-
filePath: './SubmitApkToAppCenterTest.sh'
90-
arguments: '$(AppCenterApiToken)'
91-
failOnStderr: true
92-
env:
93-
BuildPath: $(Build.Repository.LocalPath)
94-
NuGetPackagesPath: $(UserProfile)\.nuget\packages
95-
9680
- task: CopyFiles@2
9781
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
9882
inputs:

0 commit comments

Comments
 (0)