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

View File

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