Skip to content

Commit

Permalink
CI: update dotnet.yml try skip assembly signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrock committed Jul 7, 2023
1 parent ee1e3c2 commit 22ad86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet restore
working-directory: ./Sources
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore -p:DelaySign=true
working-directory: ./Sources
- name: Test
run: dotnet test --no-build --verbosity normal
Expand Down

0 comments on commit 22ad86d

Please sign in to comment.