Skip to content

Commit 5e2877c

Browse files
committed
It works
1 parent b8d0a08 commit 5e2877c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure/pipelines/blazor-daily-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ jobs:
4545
E2ETESTS_Sauce__SeleniumVersion: '3.4.0'
4646

4747
# Android/Chrome
48-
- script: '..\..\..\..\.dotnet\dotnet test --configuration Release --no-restore /p:BuildProjectReferences=false --filter "StandaloneAppTest"'
48+
- script: 'dotnet test --no-build --configuration Release --filter "StandaloneAppTest"'
4949
workingDirectory: 'src/Components/test/E2ETest'
5050
displayName: 'Run Blazor tests - Android/Chrome'
5151
condition: succeededOrFailed()
5252
env:
53-
DOTNET_ROOT: $(System.DefaultWorkingDirectory)\.dotnet
5453
# Secrets need to be explicitly mapped to env variables.
5554
E2ETESTS_Sauce__Username: '$(asplab-sauce-labs-username)'
5655
E2ETESTS_Sauce__AccessKey: '$(asplab-sauce-labs-access-key)'

0 commit comments

Comments
 (0)