Skip to content

Commit

Permalink
Comment AspectInjector workaround step in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Oct 13, 2023
1 parent a0224ec commit 55be531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55be531

Please sign in to comment.