Skip to content

Commit

Permalink
Specify --skip-sign-check
Browse files Browse the repository at this point in the history
Also specify `--skip-sign-check` to try and fix the Windows build.
  • Loading branch information
martincostello committed May 23, 2024
1 parent 71c0a85 commit a9e09af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install .NET Workloads
shell: pwsh
run: dotnet workload restore --skip-manifest-update
run: dotnet workload restore --skip-manifest-update --skip-sign-check

- name: Build, test and publish
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build .NET code
if: matrix.language == 'csharp'
run: |
dotnet workload restore --skip-manifest-update
dotnet workload restore --skip-manifest-update --skip-sign-check
dotnet build --configuration Release
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit a9e09af

Please sign in to comment.