Skip to content

Commit 56a432d

Browse files
mattleibowCopilot
andauthored
Update copilot-setup-steps.yml (#29863)
* Update copilot-setup-steps.yml * Update .github/workflows/copilot-setup-steps.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update copilot-setup-steps.yml * Update copilot-setup-steps.yml --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 805346d commit 56a432d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ jobs:
88
permissions:
99
contents: read
1010
steps:
11+
1112
- name: Checkout code
1213
uses: actions/checkout@v4
1314

15+
- name: Setup .NET
16+
uses: actions/setup-dotnet@v4
17+
with:
18+
dotnet-version: '9.0.x'
19+
1420
- name: Run a pre-work build
1521
shell: pwsh
1622
run: .\build.ps1

0 commit comments

Comments
 (0)