File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments