We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5d87b commit 370768bCopy full SHA for 370768b
.github/workflows/azure-dev.yml
@@ -89,12 +89,15 @@ jobs:
89
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
90
with:
91
dotnet-version: '9.0.x'
92
+ # Use local installation directory for self-hosted runners to avoid permission issues
93
+ dotnet-install-dir: ${{ runner.temp }}/dotnet
94
95
- name: Install Power Platform Tools
96
uses: microsoft/powerplatform-actions/actions-install@6c7b538671a040d11afd8ab94d77bfe3b3ed87e6 # v1.9.1
97
98
add-tools-to-path: true
99
100
+
101
- name: Install Power Platform CLI
102
run: |
103
pac help
0 commit comments