Enable binlog output for android tests

This commit is contained in:
Jerome Laban 2019-07-07 21:45:10 -04:00
Родитель f4d0f9bf2d
Коммит 5221bc01db
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -14,7 +14,7 @@ echo "Starting emulator"
nohup $ANDROID_HOME/emulator/emulator -avd xamarin_android_emulator -skin 1280x800 -no-audio -no-snapshot > /dev/null 2>&1 &
# build the sample and tests, while the emulator is starting
msbuild /r /p:Configuration=Release "/p:IsUiAutomationMappingEnabled=true" $BUILD_SOURCESDIRECTORY/src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj
msbuild /r /p:Configuration=Release "/p:IsUiAutomationMappingEnabled=true" $BUILD_SOURCESDIRECTORY/src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj /bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-test-build.binlog
msbuild /r /p:Configuration=Release $BUILD_SOURCESDIRECTORY/src/SamplesApp/SamplesApp.UITests/SamplesApp.UITests.csproj
# Wait for the emulator to finish booting