diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index c90eec01..90343c80 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -56,6 +56,9 @@ extends: versionSource: fromFile versionFilePath: .nvmrc + - script: npx playwright install --with-deps + displayName: Install Playwright Dependencies + - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev