We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4304be1 commit 39a10faCopy full SHA for 39a10fa
1 file changed
azure-pipelines.yml
@@ -77,22 +77,6 @@ jobs:
77
command: test
78
projects: '$(Build.SourcesDirectory)/Src/AsyncAwaitBestPractices.UnitTests'
79
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
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
96
- task: CopyFiles@2
97
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
98
inputs:
0 commit comments