We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email from Azure support
On March 23, 2020, we’ll be removing the following Azure Pipelines hosted images: Windows Server 2012R2 with Visual Studio 2015, a.k.a vs2015-win2012r2 macOS X High Sierra 10.13, a.k.a macOS-10.13 Windows Server Core 1803, a.k.a win1803
On March 23, 2020, we’ll be removing the following Azure Pipelines hosted images:
If you use YAML pipelines, update your pipeline by editing its YAML file. jobs: - job: Windows pool: vmImage: 'vs2017-win2016' steps: - script: echo hello from Windows
If you use YAML pipelines, update your pipeline by editing its YAML file.
jobs:
- job: Windows pool: vmImage: 'vs2017-win2016' steps: - script: echo hello from Windows
The text was updated successfully, but these errors were encountered:
Is there anything we need to change?
In the azure-pipelines file the value of vmImage is already 'vs2017-win2016'.
vmImage
'vs2017-win2016'
pandas/azure-pipelines.yml
Line 17 in 67a8016
(The most recent version of the file at the time of writing this)
or I am missing something (probably missing something)
Sorry, something went wrong.
I think the macOS image may be the problem, but I'm not sure.
Lines 4 to 7 in 67a8016
That at least matches the 10.13 part.
Ahh I see, (this is what I missed).
I'll open a PR addressing everything that's about to be removed.
take
ShaharNaveh
Successfully merging a pull request may close this issue.
Email from Azure support
The text was updated successfully, but these errors were encountered: