From 9b451b213b805b6415a0757fb5d4f1e18a182198 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sat, 21 Sep 2024 08:42:57 +0100 Subject: [PATCH] Housekeeping Update build configuration --- .github/workflows/ci-build.yml | 3 --- .github/workflows/release.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 87492616..9ef9b377 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,6 +12,3 @@ jobs: with: configuration: Release productNamespacePrefix: "ReactiveUI.Validation" - dotNetBuild: true - useVisualStudioPreview: false - useMauiCheckDotNetTool: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25bf853c..b626f974 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,6 @@ jobs: with: configuration: Release productNamespacePrefix: "ReactiveUI.Validation" - dotNetBuild: true - useVisualStudioPreview: false - useMauiCheckDotNetTool: false secrets: SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }} SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}