Skip to content
New issue

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

Azure Devops CI/CD appears to be broken #567

Closed
3 tasks
RandomNoun7 opened this issue Feb 21, 2020 · 0 comments · Fixed by #568
Closed
3 tasks

Azure Devops CI/CD appears to be broken #567

RandomNoun7 opened this issue Feb 21, 2020 · 0 comments · Fixed by #568

Comments

@RandomNoun7
Copy link
Contributor

RandomNoun7 commented Feb 21, 2020

The Azure Devops CI/CD Pipelines appears to be broken, even on the master branch.

The problems are as follows:

RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 21, 2020
CICD in Azure Devops appears to be broken. This Pull Request is intended
to help fix it.
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 21, 2020
CICD in Azure Devops appears to be broken. This Pull Request is intended
to help fix it.
@RandomNoun7 RandomNoun7 mentioned this issue Feb 21, 2020
9 tasks
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken. This Pull Request is intended
to help fix it.
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken. This Pull Request is intended
to help fix it.
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken. This Pull Request is intended
to help fix it.
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken.

Adding all of the features under `Web-Server` was breaking in
Server 2019 core, was not capable of easily adding the .NET3.5 features.
It turned out that those features were not required so they were
dropped in favor of a more granular set of features for that image.

SSL downloads from the technet gallery were broken in the unit tests
due to incorrect TLS protocol.

The `win1803` server core image and the Windows 2012r2 image
`vs2015-win2012r2` are both being dropped from Azure Devops Pipelines
and have both been replaced in this commit by `vs2017-win2016` as per
Microsofts recommendation at https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken.

Adding all of the features under `Web-Server` was breaking in Server
2019 core. It was not capable of easily adding the .NET3.5 features. It
turned out that those features were not required so they were dropped in
favor of a more granular set of features for that image.

SSL downloads from the technet gallery were broken in the unit tests
due to incorrect TLS protocol. An explicit command was added to use the
correct TLS protocol and fix the download.

The `win1803` server core image and the Windows 2012r2 image
`vs2015-win2012r2` are both being dropped from Azure Devops Pipelines.
The unit tests were moved to the `vs2017-win2016` pool image, and the
`Integration 2012R2` test job was removed entirely since the
`Integration 2016` step was already being handled by `vs2017-win2016`.
See the Microsoft blog post linked below for details.
https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken.

Adding all of the features under `Web-Server` was breaking in Server
2019 core. It was not capable of easily adding the .NET3.5 features. It
turned out that those features were not required so they were dropped in
favor of a more granular set of features for that image.

SSL downloads from the technet gallery were broken in the unit tests
due to incorrect TLS protocol. An explicit command was added to use the
correct TLS protocol and fix the download.

The `win1803` server core image and the Windows 2012r2 image
`vs2015-win2012r2` are both being dropped from Azure Devops Pipelines.
The unit tests were moved to the `vs2017-win2016` pool image, and the
`Integration 2012R2` test job was removed entirely since the
`Integration 2016` step was already being handled by `vs2017-win2016`.
See the Microsoft blog post linked below for details.
https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
RandomNoun7 added a commit to RandomNoun7/xWebAdministration that referenced this issue Feb 25, 2020
CICD in Azure Devops appears to be broken.

Adding all of the features under `Web-Server` was breaking in Server
2019 core. It was not capable of easily adding the .NET3.5 features. It
turned out that those features were not required so they were dropped in
favor of a more granular set of features for that image.

SSL downloads from the technet gallery were broken in the unit tests
due to incorrect TLS protocol. An explicit command was added to use the
correct TLS protocol and fix the download.

The `win1803` server core image and the Windows 2012r2 image
`vs2015-win2012r2` are both being dropped from Azure Devops Pipelines.
The unit tests were moved to the `vs2017-win2016` pool image, and the
`Integration 2012R2` test job was removed entirely since the
`Integration 2016` step was already being handled by `vs2017-win2016`.
See the Microsoft blog post linked below for details.
https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
regedit32 pushed a commit that referenced this issue Feb 26, 2020
CICD in Azure Devops appears to be broken.

Adding all of the features under `Web-Server` was breaking in Server
2019 core. It was not capable of easily adding the .NET3.5 features. It
turned out that those features were not required so they were dropped in
favor of a more granular set of features for that image.

SSL downloads from the technet gallery were broken in the unit tests
due to incorrect TLS protocol. An explicit command was added to use the
correct TLS protocol and fix the download.

The `win1803` server core image and the Windows 2012r2 image
`vs2015-win2012r2` are both being dropped from Azure Devops Pipelines.
The unit tests were moved to the `vs2017-win2016` pool image, and the
`Integration 2012R2` test job was removed entirely since the
`Integration 2016` step was already being handled by `vs2017-win2016`.
See the Microsoft blog post linked below for details.
https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant