Closed aaronparker closed 1 year ago
1 files 144 suites 6m 35s :stopwatch: 399 tests 396 :heavy_check_mark: 0 :zzz: 3 :x: 417 runs 405 :heavy_check_mark: 0 :zzz: 12 :x:
For more details on these failures, see this check.
Results for commit 134e0d67.
Merging #128 (134e0d6) into main (c36a8b8) will increase coverage by
0.98%
. The diff coverage is44.72%
.
Description
Updates functions to remove the
-Path
parameter and adds aPath
property to the output of each function. This simplifies the code base and syntax required by each function.Address #127 Refer to #123
VcRedist
4.0
will provide mostly under-the-hood code improvements; however, VcRedist4.1
will introduce two breaking changes:Install-VcRedist
,New-VcMdtApplication
,New-VcConfigMgrApplication
,New-VcIntuneApplication
etc., will require output fromSave-VcRedist
instead ofGet-VcList
. This will be done to simplify determining the paths to the downloaded vcredist.exe installers -Get-VcList | Save-VcRedist
returns aPath
property which means that a-Path
parameter will not be required by other functions. This change will require scripts to be updated