Closed pshamus closed 1 year ago
Merging #434 (125de7f) into main (73c8777) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #434 +/- ##
===================================
Coverage 81% 81%
===================================
Files 44 44
Lines 2319 2326 +7
===================================
+ Hits 1899 1906 +7
Misses 420 420
Impacted Files | Coverage Δ | |
---|---|---|
.build/tasks/release.module.build.ps1 | 82% <100%> (+<1%) |
:arrow_up: |
@gaelcolas How can I mock a nonexistent command? I need to be able to test the task condition of when one of the executables does not exist on the system.
Edit: I figured it out but the CI builds are still failing for some other reason. Any hints? It builds locally just fine.
Looks like a pester issue, maybe introduced in the latest release? Try pinning an older version of pester in RequiredModules.psd1
Looks like a pester issue, maybe introduced in the latest release? Try pinning an older version of pester in RequiredModules.psd1
Yeah, seems to pass with Pester 5.4.1.
I merged a change to the tests, so we can revert back to Pester 5.5 again. It should pass now.
Rebased and pushed an updated commit.
Thank you thank you. :)
Pull Request
Pull Request (PR) description
Adds support for publishing a NuGet package with the .NET SDK, if installed.
Fixes 433.
Task list
build.ps1 -ResolveDependency
).This change is