From 19e507581f40771a891957695d3a3907b0574453 Mon Sep 17 00:00:00 2001 From: dmilov Date: Wed, 17 Feb 2021 10:13:31 +0200 Subject: [PATCH] Update README.md --- Modules/VMware.vSphere.SsoAdmin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/VMware.vSphere.SsoAdmin/README.md b/Modules/VMware.vSphere.SsoAdmin/README.md index 4c830fd..eb1208d 100644 --- a/Modules/VMware.vSphere.SsoAdmin/README.md +++ b/Modules/VMware.vSphere.SsoAdmin/README.md @@ -19,12 +19,12 @@ This directory contains the .NET binaries sources code and Pester integration te ## Required test tools - PowerShell 7.0 - PowerCLI 12.0
-- Pester 4.8.1
+- Pester 5.0.0
## '/src/build.ps1' script -The script builds the binaries and publishes them to the 'net45' and 'netcoreapp2.0' directories of the module.
+The script builds the binaries and publishes them to the 'net45' and 'netcoreapp3.1' directories of the module.
It has also the option to run module Pester tests. The optional parameters for VC server and credentials has to be specified in order the script to run the tests. Tests run in separate PowreShell process because PowerShell has to load the module binaries which are build output.
## '/src/test/RunTests.ps1' script -This script can be used to run the tests
\ No newline at end of file +This script can be used to run the tests