diff --git a/azure-pipelines/middleware-launcher-android-ci-cd.yml b/azure-pipelines/middleware-launcher-android-ci-cd.yml index 8bebf6eb..2c0631fe 100644 --- a/azure-pipelines/middleware-launcher-android-ci-cd.yml +++ b/azure-pipelines/middleware-launcher-android-ci-cd.yml @@ -207,7 +207,7 @@ stages: credentialsOption: 'serviceEndpoint' serverEndpoint: 'VS App Center' appSlug: 'fiskaltrust/fiskaltrust.Launcher' - devices: 'fiskaltrust/smoke-tests' + devices: 'fiskaltrust/launcher' localeOption: 'en_US' prepareOptions: '--include-category grpc' runOptions: --test-parameter "test_env=CASHBOXID=$(CreateGrpcCashBox.cashboxId)" --test-parameter "test_env=ACCESSTOKEN=$(CreateGrpcCashBox.accessToken)" --test-parameter "test_env=URL=$(CreateGrpcCashBox.url)" @@ -223,7 +223,7 @@ stages: credentialsOption: 'serviceEndpoint' serverEndpoint: 'VS App Center' appSlug: 'fiskaltrust/fiskaltrust.Launcher' - devices: 'fiskaltrust/smoke-tests' + devices: 'fiskaltrust/launcher' localeOption: 'en_US' prepareOptions: '--include-category http' runOptions: --test-parameter "test_env=CASHBOXID=$(CreateHttpCashBox.cashboxId)" --test-parameter "test_env=ACCESSTOKEN=$(CreateHttpCashBox.accessToken)" --test-parameter "test_env=URL=$(CreateHttpCashBox.url)"