We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cc4c9 commit 340efe5Copy full SHA for 340efe5
1 file changed
.github/workflows/windows_navigation_tests.yml
@@ -28,8 +28,14 @@ jobs:
28
- name: Install MAUI workloads
29
run: |
30
dotnet workload install maui
31
- dotnet workload install microsoft-net-sdk-windows
32
- dotnet workload repair
+
+ - name: Add nuget.org source for runtime packs
33
+ run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org -p
34
35
+ - name: Warm up runtime packs
36
+ run: |
37
+ dotnet new console -o WarmupApp
38
+ dotnet build WarmupApp/WarmupApp.csproj --runtime win10-x64
39
40
- name: Install Appium and Drivers
41
0 commit comments