Merge remote-tracking branch 'origin/netcore/feature/acceptance_tests_on_azure' into netcore/feature/acceptance_tests_on_azure

This commit is contained in:
Mole
2021-03-22 10:31:33 +01:00

View File

@@ -177,6 +177,7 @@ stages:
- task: Npm@1
displayName: npm run test (AcceptanceTest)
inputs:
workingDir: src\Umbraco.Tests.AcceptanceTest
command: 'custom'
customCommand: 'run test'
- stage: Artifacts