Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub: Hardcode .net version #16106

Merged
merged 14 commits into from
Sep 2, 2024
Prev Previous commit
Code Quality: Use actions/setup-dotnet for checking xaml format and i…
…nteraction test workflows (#16116)
  • Loading branch information
0x5bfa authored Sep 1, 2024
commit d01d80e80a340a4d3102bf3b57be8a14c8e6e317
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Install XamlStyler console
run: 'dotnet tool install --global XamlStyler.Console'

Expand Down Expand Up @@ -205,6 +209,10 @@ jobs:

- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Download the packages from the Artifacts
uses: actions/download-artifact@v4
Expand Down