Update README.md

This commit is contained in:
dmilov
2021-02-17 10:13:31 +02:00
committed by GitHub
parent a31276bcdb
commit 19e507581f

View File

@@ -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<br/>
- Pester 4.8.1<br/>
- Pester 5.0.0<br/>
## '/src/build.ps1' script
The script builds the binaries and publishes them to the 'net45' and 'netcoreapp2.0' directories of the module.<br/>
The script builds the binaries and publishes them to the 'net45' and 'netcoreapp3.1' directories of the module.<br/>
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.<br/>
## '/src/test/RunTests.ps1' script
This script can be used to run the tests<br/>
This script can be used to run the tests<br/>