From 5972647ad6c061b32bc3b93e8792dff32d2a6964 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 19 Jan 2023 16:49:41 +0000 Subject: [PATCH] build before running the browser installer --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ae489ce..a05ce04 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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