From 55be53176d9dfc5d6cd0c0e3493bddd5586952f3 Mon Sep 17 00:00:00 2001 From: Maksim Stepanov <17935127+delatrie@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:36:08 +0700 Subject: [PATCH] Comment AspectInjector workaround step in publish.yml --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1525189c..6d45885a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,7 @@ jobs: - name: 'Build project using dotnet' run: dotnet build ${{ env.SOLUTION_PATH }} --no-restore --configuration ${{ env.BUILD_CONFIGURATION }} -p:ContinuousIntegrationBuild=true + # Lower AspectInjector requirement for users of the packages to workaround #391 (build crash on macOS arm machines) - name: Reduce AspectInjector requirement to 2.8.1 run: | dotnet add Allure.Net.Commons package AspectInjector --version 2.8.1