Skip to content

Commit 370768b

Browse files
authored
feat: update .NET SDK setup to version 9.0.x and specify installation directory for self-hosted runners
1 parent ba5d87b commit 370768b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,15 @@ jobs:
8989
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
9090
with:
9191
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
9294

9395
- name: Install Power Platform Tools
9496
uses: microsoft/powerplatform-actions/actions-install@6c7b538671a040d11afd8ab94d77bfe3b3ed87e6 # v1.9.1
9597
with:
9698
add-tools-to-path: true
9799

100+
98101
- name: Install Power Platform CLI
99102
run: |
100103
pac help

0 commit comments

Comments
 (0)