We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6927524 commit a9df386Copy full SHA for a9df386
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,9 @@ jobs:
20
- name: Setup .NET Core
21
uses: actions/setup-dotnet@v2
22
with:
23
- dotnet-version: '8.x'
+ dotnet-version: |
24
+ '6.x'
25
+ '8.x'
26
27
- name: Restore dependencies
28
run: dotnet restore Microsoft-Perf-Tools-Linux-Android.sln
0 commit comments