Skip to content

Commit addd9a4

Browse files
committed
Merge branch 'refactor/remove-powershell-5.0-job-due-to-vs2015-win2012r2-deprecation'
2 parents 672580c + 7ade00c commit addd9a4

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)