Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fs7744 authored Oct 10, 2024
1 parent 7771b38 commit fd84b63
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 @@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore --version-suffix beta
run: dotnet build --configuration Release --no-restore --version-suffix "-beta"
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit fd84b63

Please sign in to comment.