We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb534aa commit abb17aeCopy full SHA for abb17ae
.azure/pipelines/blazor-daily-tests.yml
@@ -34,6 +34,7 @@ jobs:
34
displayName: 'Run Blazor tests - macOS/Safari'
35
condition: succeededOrFailed()
36
env:
37
+ DOTNET_ROOT: '.\.dotnet'
38
# Secrets need to be explicitly mapped to env variables.
39
E2ETESTS_Sauce__Username: '$(asplab-sauce-labs-username)'
40
E2ETESTS_Sauce__AccessKey: '$(asplab-sauce-labs-access-key)'
@@ -50,6 +51,7 @@ jobs:
50
51
displayName: 'Run Blazor tests - Android/Chrome'
52
53
54
55
56
57
0 commit comments