File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 54
54
path : ~/.nuget/packages
55
55
# We don't use a lockfile, so hash all files where we might be keeping <PackageReference> tags
56
56
# Workloads also get installed in the nuget packages cache, so if you modify workloads below, increment the number in the cache keys
57
- key : ${{ runner.os }}-nuget+workloads2 -${{ hashFiles('**/*.*proj', '**/*.props') }}
58
- restore-keys : ${{ runner.os }}-nuget+workloads2
57
+ key : ${{ runner.os }}-nuget+workloads3 -${{ hashFiles('**/*.*proj', '**/*.props') }}
58
+ restore-keys : ${{ runner.os }}-nuget+workloads3
59
59
60
60
- name : Install .NET Workloads (Ubuntu)
61
61
if : startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change 31
31
uses : actions/cache@v3
32
32
with :
33
33
path : ~/.nuget/packages
34
- # # we don't use a lockfile, so hash all files where we might be keeping <PackageReference> tags
35
- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.*proj', '**/*.props') }}
36
- restore-keys : ${{ runner.os }}-nuget
34
+ # We don't use a lockfile, so hash all files where we might be keeping <PackageReference> tags
35
+ # Workloads also get installed in the nuget packages cache, so if you modify workloads below, increment the number in the cache keys
36
+ key : ${{ runner.os }}-nuget+workloads3-${{ hashFiles('**/*.*proj', '**/*.props') }}
37
+ restore-keys : ${{ runner.os }}-nuget+workloads3
38
+
39
+ - name : Install .NET Workloads (Ubuntu)
40
+ run : dotnet workload install maui-android
37
41
38
42
# Initializes the CodeQL tools for scanning.
39
43
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments