dsccommunity / AzureDevOpsDsc

This module contains DSC resources for deployment and configuration of initially Azure DevOps Services and later Azure DevOps Server.
MIT License
1 stars 5 forks source link

AzureDevOpsDsc: CI/CD pipeline might need to be modified #3

Closed johlju closed 3 years ago

johlju commented 4 years ago

The pipeline might need to be modified as it uses the generic pipeline that tests on all OS:es. For other DSC resource modules we modify this see best example in xFailOverCluster module https://github.com/dsccommunity/xFailOverCluster/blob/master/azure-pipelines.yml. If we should run integration tests then SqlServerDsc is a good example.