docs(ci): fix .NET AzDo snippet (#24333)

Fixes https://github.com/microsoft/playwright-dotnet/issues/2645

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2023-07-20 18:54:51 +02:00 committed by GitHub
parent 57305e985e
commit c7a5de6bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -562,7 +562,7 @@ steps:
displayName: 'Use .NET SDK' displayName: 'Use .NET SDK'
- script: dotnet build --configuration Release - script: dotnet build --configuration Release
displayName: 'Build' displayName: 'Build'
- script: pwsh bin/Debug/net6.0/playwright.ps1 install --with-deps - script: pwsh bin/Release/net6.0/playwright.ps1 install --with-deps
displayName: 'Install Playwright browsers' displayName: 'Install Playwright browsers'
- script: dotnet test --configuration Release - script: dotnet test --configuration Release
displayName: 'Run tests' displayName: 'Run tests'