Merge pull request #10044 from umbraco/netcore/feature/acceptance_tests_on_azure

Netcore: Run acceptance tests on azure pipelines
This commit is contained in:
Bjarke Berg
2021-03-24 12:30:57 +01:00
committed by GitHub
7 changed files with 226 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:44354;http://localhost:9000"
"applicationUrl": "https://localhost:44331;http://localhost:9000"
}
}
}