azure-pipelines.yml: deploy MVC5 webapp from a Windows host, not Linux
I think this might fix our deployment problems.
This commit is contained in:
Родитель
05d1807a83
Коммит
f9856b35aa
|
@ -203,12 +203,11 @@ stages:
|
|||
|
||||
- job: AzureAppService
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'windows-latest'
|
||||
steps:
|
||||
- checkout: none
|
||||
- download: current
|
||||
artifact: mvc5
|
||||
# For time being: deploy to "stage" slot, **manually** swap to production.
|
||||
- task: AzureRmWebAppDeployment@4
|
||||
displayName: Deploy to App Service
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче