Skip to content

Tags: umn-microsoft-automation/AzureDevOpsTemplates

Tags

v2022.04.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2022.03.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Force TLS1.2 when doing deploy-only

v2022.02.04

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2021.12.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #30 from umn-microsoft-automation/mermaid

mermaid support

v2021.12.03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2021.09.08

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2021.06.29

Verified

This commit was signed with the committer’s verified signature.
FISHMANPET Peter Bajurny
Remove usage of PAT

v2021.04.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2021.01.28

Verified

This commit was signed with the committer’s verified signature.
FISHMANPET Peter Bajurny
add parameter

v2021.01.20

Verified

This commit was signed with the committer’s verified signature.
FISHMANPET Peter Bajurny
Update umn-mkdocs.yml