We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36329e commit ec08d9fCopy full SHA for ec08d9f
3 files changed
.gitmodules
@@ -4,9 +4,9 @@
4
[submodule "src/libpsl-native"]
5
path = src/libpsl-native
6
url = https://github.com/PowerShell/psl-native.git
7
-[submodule "ext-src/pester"]
8
- path = ext-src/pester
9
- url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/Pester
+[submodule "test/Pester"]
+ path = test/Pester
+ url = https://github.com/PowerShell/psl-pester.git
10
branch = develop
11
ignore = dirty
12
[submodule "src/omi-provider"]
build.sh
@@ -7,7 +7,7 @@ mkdir -p $BIN/Modules
# Deploy PowerShell modules
(
cd $BIN/Modules
- ln -sf ../../ext-src/pester Pester
+ ln -sf ../../test/Pester .
ln -sf ../../src/monad/monad/miscfiles/modules/Microsoft.PowerShell.Utility .
OMI=Microsoft.PowerShell.Commands.Omi
13
mkdir -p $OMI
ext-src/pester test/Pesterext-src/pester renamed to test/Pester
0 commit comments