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