Skip to content

Commit

Permalink
Removed analyzers from publishing as a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
acizmarik committed Nov 23, 2022
1 parent 2dadce6 commit 2734afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
project: ["src/Utils/Dybal.Utils.Guards", "src/Utils/Dybal.Utils.Guards.ObjectExtensions", "src/Analyzers/Dybal.Utils.Guards.Analyzers"]
project: ["src/Utils/Dybal.Utils.Guards", "src/Utils/Dybal.Utils.Guards.ObjectExtensions"]
permissions:
packages: write
contents: read
Expand All @@ -21,7 +21,7 @@ jobs:
source-url: https://nuget.pkg.github.com/martindybal/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: dotnet build ${{ matrix.project }} --configuration Release
- run: dotnet build src/Dybal.Utils.sln --configuration Release
- name: Create the package
run: dotnet pack ${{ matrix.project }} --configuration Release
- name: Push Package to NuGet.org
Expand Down

0 comments on commit 2734afb

Please sign in to comment.