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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v0.112.2]
Fixed
Fixed explicit parameter value in build.ps1 while calling .\Resolve-Dependency.ps1
When running test using Pester 5, and the build configuration (build.yaml)
do not specify the location of tests in the key Path, the pipeline will
no longer run the tests twice. Fixes #337
Changed
Switch to installing GitVersion using dotnet tool install. Fixes #348
Updated pipeline to use the build worker image 'ubuntu-latest'.
Updated pipeline to use the build worker image 'windows-latest'.
Updated the Plaster templates
to use 'dotnet tool install' in the pipeline.
to use build image 'ubuntu-latest' in the pipeline.
to use build image 'windows-latest' in the pipeline.