We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2533dc2 commit b69678dCopy full SHA for b69678d
1 file changed
.github/workflows/windows_navigation_tests.yml
@@ -32,10 +32,11 @@ jobs:
32
#- 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
+ - name: Pull required runtime packs manually
36
run: |
37
- dotnet new console -o WarmupApp
38
- dotnet build WarmupApp/WarmupApp.csproj --runtime win10-x64
+ dotnet add package Microsoft.NETCore.App.Runtime.win10-x64 --version 9.0.6
+ dotnet add package Microsoft.WindowsDesktop.App.Runtime.win10-x64 --version 9.0.6
39
+ working-directory: TransactionProcessor.Mobile
40
41
- name: Install Appium and Drivers
42
0 commit comments