diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0b1894e..a3684e7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: pull_request: {} push: - branches: ["master", "beta"] + branches: ["master"] jobs: build: diff --git a/src/Auth0.OidcClient.MAUI.Platforms.Windows/Auth0.OidcClient.MAUI.Platforms.Windows.csproj b/src/Auth0.OidcClient.MAUI.Platforms.Windows/Auth0.OidcClient.MAUI.Platforms.Windows.csproj index 79dc6e24..21cf175d 100644 --- a/src/Auth0.OidcClient.MAUI.Platforms.Windows/Auth0.OidcClient.MAUI.Platforms.Windows.csproj +++ b/src/Auth0.OidcClient.MAUI.Platforms.Windows/Auth0.OidcClient.MAUI.Platforms.Windows.csproj @@ -2,8 +2,6 @@ net6.0-windows10.0.19041.0 - - true true enable diff --git a/src/Auth0.OidcClient.MAUI/docs-source/docfx.json b/src/Auth0.OidcClient.MAUI/docs-source/docfx.json index 380942dd..e0b559c8 100644 --- a/src/Auth0.OidcClient.MAUI/docs-source/docfx.json +++ b/src/Auth0.OidcClient.MAUI/docs-source/docfx.json @@ -7,7 +7,7 @@ "bin/Release/**/Auth0.OidcClient.dll", "bin/Release/**/Auth0.OidcClient.Core.dll" ], - "cwd": "../" + "src": "../" } ], "dest": "api", @@ -26,7 +26,7 @@ "bin/Release/**/mscorlib.dll", "bin/Release/**/System*.dll" ], - "cwd": "../" + "src": "../" } ] diff --git a/src/Auth0.OidcClient.MAUI/docs-source/docfx.local.json b/src/Auth0.OidcClient.MAUI/docs-source/docfx.local.json index 4980e84c..942ed336 100644 --- a/src/Auth0.OidcClient.MAUI/docs-source/docfx.local.json +++ b/src/Auth0.OidcClient.MAUI/docs-source/docfx.local.json @@ -7,7 +7,7 @@ "bin/Release/**/Auth0.OidcClient.dll", "bin/Release/**/Auth0.OidcClient.Core.dll" ], - "cwd": "../" + "src": "../" } ], "dest": "api", @@ -26,7 +26,7 @@ "bin/Release/**/mscorlib.dll", "bin/Release/**/System*.dll" ], - "cwd": "../" + "src": "../" } ]