fix pipeline script

This commit is contained in:
Greg Gauthier 2023-01-19 16:17:21 +00:00
parent 2e88a2e4fe
commit fb24647b80
1 changed files with 7 additions and 0 deletions

View File

@ -1,12 +1,19 @@
image: mcr.microsoft.com/dotnet/core/sdk:3.1
pipelines:
branches:
main:
- step:
name: Run The Webserver
caches:
- dotnetcore
script:
- cd MyWebApp
- dotnet run
- step:
name: Run the Playwright Tests
caches:
- dotnetcore
script:
- cd PlaywrightTests
- dotnet test