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 22ad86d commit 508f316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore
working-directory: ./Sources
- name: Setup signin key
run: mv SrkToolkit.CI-key.snk SrkToolkit.snk
working-directory: ./Sources
- name: Build
run: dotnet build --no-restore -p:DelaySign=true
working-directory: ./Sources
Expand Down
Binary file added Sources/SrkToolkit.CI-key.snk
Binary file not shown.

0 comments on commit 508f316

Please sign in to comment.