Skip to content

Commit

Permalink
No build on pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed May 24, 2024
1 parent ecd4b65 commit b4f59e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: dotnet test --no-build --configuration Release --verbosity normal

- name: Pack
run: dotnet pack --configuration Release src/Elmah.Io.WinUI/Elmah.Io.WinUI.csproj /p:Version=5.1.${{ github.run_number }}-pre
run: dotnet pack --no-build --configuration Release src/Elmah.Io.WinUI/Elmah.Io.WinUI.csproj /p:Version=5.1.${{ github.run_number }}-pre

- name: Install dotnet-validate
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
Expand Down

0 comments on commit b4f59e0

Please sign in to comment.