mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
57305e985e
commit
c7a5de6bb8
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user