Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 19, 2023
1 parent 832e7ef commit ad742b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: {}

push:
branches: ["master", "beta"]
branches: ["master"]

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net6.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.MAUI/docs-source/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bin/Release/**/Auth0.OidcClient.dll",
"bin/Release/**/Auth0.OidcClient.Core.dll"
],
"cwd": "../"
"src": "../"
}
],
"dest": "api",
Expand All @@ -26,7 +26,7 @@
"bin/Release/**/mscorlib.dll",
"bin/Release/**/System*.dll"
],
"cwd": "../"
"src": "../"
}
]

Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.MAUI/docs-source/docfx.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bin/Release/**/Auth0.OidcClient.dll",
"bin/Release/**/Auth0.OidcClient.Core.dll"
],
"cwd": "../"
"src": "../"
}
],
"dest": "api",
Expand All @@ -26,7 +26,7 @@
"bin/Release/**/mscorlib.dll",
"bin/Release/**/System*.dll"
],
"cwd": "../"
"src": "../"
}
]

Expand Down

0 comments on commit ad742b7

Please sign in to comment.