Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Feb 2, 2024
1 parent 098b9d8 commit ffc9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
dotnet-version: '5.0.x'

- name: dotnet build
run: dotnet build ./Dena.CodeAnalysis.Testing.sln
run: dotnet build ./Dena.CodeAnalysis.Testing.sln --configuration Release

- name: Create NuPkg
run: dotnet pack ./src/Dena.CodeAnalysis.Testing --include-symbols --configuration Release -o ./nupkg
Expand Down

0 comments on commit ffc9437

Please sign in to comment.