Skip to content

Commit 75dbd7a

Browse files
authored
Housekeeping Update build configuration (#695)
1 parent a290a9c commit 75dbd7a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci-build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ jobs:
1212
with:
1313
configuration: Release
1414
productNamespacePrefix: "ReactiveUI.Validation"
15-
dotNetBuild: true
16-
useVisualStudioPreview: false
17-
useMauiCheckDotNetTool: false

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
with:
1111
configuration: Release
1212
productNamespacePrefix: "ReactiveUI.Validation"
13-
dotNetBuild: true
14-
useVisualStudioPreview: false
15-
useMauiCheckDotNetTool: false
1613
secrets:
1714
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
1815
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}

0 commit comments

Comments
 (0)