File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 58
58
restore-keys : ${{ runner.os }}-nuget+workloads3
59
59
60
60
- name : Restore .NET Workloads
61
- run : dotnet workload restore
61
+ run : dotnet workload restore samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj
62
+ # run: dotnet workload restore # TODO: Use this after .NET SDK 6.0.4xx is released. See: https://github.com/dotnet/sdk/issues/25592
62
63
63
64
- name : Build
64
65
run : dotnet build -c Release /p:CopyLocalLockFileAssemblies=true
Original file line number Diff line number Diff line change 36
36
restore-keys : ${{ runner.os }}-nuget
37
37
38
38
- name : Restore .NET Workloads
39
- run : dotnet workload restore
39
+ run : dotnet workload restore samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj
40
+ # run: dotnet workload restore # TODO: Use this after .NET SDK 6.0.4xx is released. See: https://github.com/dotnet/sdk/issues/25592
40
41
41
42
# Initializes the CodeQL tools for scanning.
42
43
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments