forked from dsccommunity/WebAdministrationDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/
- Loading branch information
1 parent
59e8dcc
commit 666046a
Showing
3 changed files
with
12 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters