Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-08-18 19:25:22 +0300
committerGitHub <noreply@github.com>2022-08-18 19:25:22 +0300
commitf2629ce426b62d951f1e895ef4f20982b907e5ec (patch)
treee9d4fabbeee5c223835fca52a9d9b3af48d7731e /.azure
parentdc1e622fefafd31769768d1c99e43aed55a9d223 (diff)
Backport parts of 48a81a70597f (#43357)
- was "Exclusively use Azure (public) feeds (#43303)" - Correct ref to selenium-config.json - fix what broke `yarn install` in these directories - Use `yarn` in aspnetcore-components-e2e pipeline - also correct a missing `--frozen-lockfile` Co-authored-by: MerlinBot
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/components-e2e-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml
index ef9c8dcf87..7badaca296 100644
--- a/.azure/pipelines/components-e2e-tests.yml
+++ b/.azure/pipelines/components-e2e-tests.yml
@@ -40,7 +40,7 @@ jobs:
displayName: Update submodules
- script: ./restore.sh
displayName: Run restore.sh
- - script: npm install --prefix ./src/Components/test/E2ETest
+ - script: yarn install --frozen-lockfile --cwd ./src/Components/test/E2ETest
displayName: NPM install
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
displayName: Build