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
Use python directly instead of container (#37)
The container isn't as fast or slick since we've added plugins, and the latest version of the container fails bizarrely in Azure DevOps. Using python running directly on the agent works just as well, and is in fact a little faster. This also removes the mermaid plugin.
Enforce docspath (#31)
* Try to ensure DocsPath is defined somehow
If it's not defined, it will have a value of `$(DocsPath)` passed in from the pipeline yaml, so this should hopefully catch that
Merge pull request #29 from umn-microsoft-automation/trust-ps-repository
Changes to Install-RequiredModule script require adding the -TrustRegisteredRepositories flag so it will install from PSGallery, which is untrusted by default.
Merge pull request #28 from umn-microsoft-automation/version-error
Use Import-PowerShellDataFile instead of Test-ModuleManifest to query version, because Test-ModuleManifest will fail if dependencies aren't installed, when they aren't needed at this stage.
Merge pull request #22 from umn-microsoft-automation/fix-gitversion
Move gitversion setup task because Install-RequiredModules because Install-RequiredModules was causing the gitversion setup task to fail