Skip to content

Commit 7ade00c

Browse files
committed
Remove azure-pipelines powershell 5.0 job due to vs2015-win2012r2 image deprecation
1 parent 672580c commit 7ade00c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ stages:
5959
- checkout: self
6060
submodules: recursive
6161
- template: templates/azure-pipelines/entrypoint/windows/powershell/continuous-build.yml@PSModulePublisher
62-
- job: windows_powershell_5_0
63-
displayName: '[Windows] PowerShell 5.0'
64-
pool:
65-
vmImage: vs2015-win2012r2
66-
steps:
67-
- checkout: self
68-
submodules: recursive
69-
- template: templates/azure-pipelines/entrypoint/windows/powershell/continuous-build.yml@PSModulePublisher
7062
- stage: publish
7163
displayName: Publish
7264
dependsOn: build_test

0 commit comments

Comments
 (0)