File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,24 +28,10 @@ function Import-TestingHelper{
2828 }
2929}
3030
31- # Import-TestingHelper -Version "2.1.1-alpha"
32- uninstall-Module - name TestingHelper - AllVersions ; rmo testinghelper*
33- Import-TestingHelper - AllowPrerelease # 2.1.1-alpha
34-
35- Import-TestingHelper - Version 2.5 # 2.5
36-
37- uninstall-Module - name TestingHelper - AllVersions ; rmo testinghelper*
38- Import-TestingHelper - Version 1.3 # 1.3
39-
40- uninstall-Module - name TestingHelper - AllVersions ; rmo testinghelper*
41- Import-TestingHelper # 2.0
42-
43- uninstall-Module - name TestingHelper - AllVersions ; rmo testinghelper*
44- Import-TestingHelper - Version " 2.1.1-alpha" # 2.1.1-alpha
45- Import-TestingHelper # 2.1.1-alpha
31+ Import-TestingHelper - version 2.1 .1 - alpha # first version wiht Test-ModulelocalPsd1
4632
4733# Run test by PSD1 file
48- # Test-ModulelocalPSD1
34+ Test-ModulelocalPSD1
4935
5036# Run tests by module name
5137# We need to manage the import of the version we want to test
You can’t perform that action at this time.
0 commit comments