build before running the browser installer

This commit is contained in:
Greg Gauthier 2023-01-19 16:49:41 +00:00
parent b8b98f0c54
commit 5972647ad6
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pipelines:
- dotnetcore
script:
- cd MyWebApp
- dotnet build
- dotnet run &
- step:
name: Run the Playwright Tests
@ -16,5 +17,6 @@ pipelines:
- dotnetcore
script:
- cd PlaywrightTests
- dotnet build
- pwsh bin/Debug/net7.0/playwright.ps1 install
- dotnet test