Skip to content

Commit

Permalink
housekeeping: Remove the need to install maui workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Apr 12, 2023
1 parent b5ce1db commit 977246a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
srcFolder: './'
dotNetBuild: true
useVisualStudioPreview: false
installWorkflows: false
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
srcFolder: './'
dotNetBuild: true
useVisualStudioPreview: false
installWorkflows: false
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
Expand Down

0 comments on commit 977246a

Please sign in to comment.