File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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)'
You can’t perform that action at this time.
0 commit comments