diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 59a6c4551..537cbfd7e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,8 +15,5 @@ jobs: with: configuration: Release productNamespacePrefix: "Refit" - useVisualStudioPreview: false - useMauiCheckDotNetTool: false srcFolder: "./" - dotNetBuild: true installWorkflows: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b072e9f85..542533e7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,9 +13,6 @@ jobs: with: configuration: Release productNamespacePrefix: "Refit" - dotNetBuild: true - useVisualStudioPreview: false - useMauiCheckDotNetTool: false srcFolder: "./" installWorkflows: false secrets: