Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfevia committed Jul 4, 2024
1 parent 9b73faa commit beeb65e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
if: ${{ success() }}
uses: microsoft/[email protected]

- name: Setup environment
shell: powershell
run: .\.tools\setup.ps1

- name: Restore solution
if: ${{ success() }}
run: msbuild src\PowerAutomate.Desktop.sln -target:restore -property:Configuration=${{ env.CONFIGURATION }} -property:Environment=${{ env.ENVIRONMENT }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
if: ${{ success() }}
uses: microsoft/[email protected]

- name: Setup environment
shell: powershell
run: .\.tools\setup.ps1

- name: Restore solution
if: ${{ success() }}
run: msbuild src\PowerAutomate.Desktop.sln -target:restore -property:Configuration=${{ env.CONFIGURATION }} -property:Environment=${{ env.ENVIRONMENT }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
if: ${{ success() }}
uses: microsoft/[email protected]

- name: Setup environment
shell: powershell
run: .\.tools\setup.ps1

- name: Restore solution
if: ${{ success() }}
run: msbuild src\PowerAutomate.Desktop.sln -target:restore -property:Configuration=${{ env.CONFIGURATION }} -property:Environment=${{ env.ENVIRONMENT }}
Expand Down

0 comments on commit beeb65e

Please sign in to comment.