Skip to content

Commit d9b7f5b

Browse files
committed
Test.ps1 and publish.ps1 improvements
Fixes #29
1 parent 26b02e4 commit d9b7f5b

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

test.ps1

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)