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:
Peter Williams 2020-12-08 11:27:05 -05:00
Родитель 05d1807a83
Коммит f9856b35aa
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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: