You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…es (#28)
- AzureDevOpsDsc
- Increased Azure DevOps, API timeout to 5 minutes to allow for busy/slow API
operations (issue #25).
- Updated contextual help (issue #5).
- Removed `Classes` directory from being output in packaged module (issue #10).
- Removed `Examples` directory from being output in packaged module (issue #11).
- Moved 'Ensure' and 'RequiredAction' enums into 'Enum' directory and out of
'prefix.ps1' (issue #12).
We should remove the entry
Classes
from here:AzureDevOpsDsc/build.yaml
Lines 5 to 9 in 8d43d12
ModuleBuilder will add the classes automatically in the .psm1 file. Now they are duplicated in the folder
Classes
.The text was updated successfully, but these errors were encountered: