Skip to content

Commit

Permalink
Update test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Dec 6, 2024
1 parent 0c78269 commit 9e3e485
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: windows-latest
if: (github.repository == 'sungaila/PDFtoImage' && github.ref == 'refs/heads/master') || (github.event_name == 'workflow_dispatch' && inputs.run_sonarcloud) == true
if: (github.repository == 'sungaila/PDFtoImage' && github.ref == 'refs/heads/master') && ((github.event_name != 'workflow_dispatch' || inputs.run_sonarcloud) == true)
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down
1 change: 0 additions & 1 deletion src/PDFtoImage.Build.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"solution": {
"path": "PDFtoImage.sln",
"projects": [
"Console\\Console.csproj",
"FrameworkTests\\AotConsole\\AotConsole.csproj",
"FrameworkTests\\AspNetCore\\AspNetCore.csproj",
"FrameworkTests\\MauiApp\\MauiApp.csproj",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 9e3e485

Please sign in to comment.