fix pipeline script
This commit is contained in:
parent
2e88a2e4fe
commit
fb24647b80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user