From 62e07ca50329e18628db2e25c104b9f20e6848fc Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Mon, 5 Aug 2024 13:43:42 +0200 Subject: [PATCH] Remove xharness from macOS pipeline (#21) --- .github/workflows/ui-test-macos.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ui-test-macos.yml b/.github/workflows/ui-test-macos.yml index 32ea42b8..a674b2ce 100644 --- a/.github/workflows/ui-test-macos.yml +++ b/.github/workflows/ui-test-macos.yml @@ -36,13 +36,6 @@ jobs: - name: Build App run: dotnet build ${{ env.CSPROJ_TO_BUILD }} -f ${{ env.TARGET_FRAMEWORK }} -c ${{ env.BUILD_CONFIGURATION }} - - name: Install xharness - run: | - dotnet tool install Microsoft.DotNet.XHarness.CLI \ - --global \ - --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json \ - --version "9.0.0-prerelease*" - - name: Install Appium run: | npm install -g appium @@ -63,4 +56,4 @@ jobs: name: logs-and-screenshots path: | ${{ env.ARTIFACTS_PATH }}/**/*.* - ${{ env.SCREENCAPTURE_FOLDER }}/*.png \ No newline at end of file + ${{ env.SCREENCAPTURE_FOLDER }}/*.png