mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
add pester to Makefile, re-pin to latest monad fixes
This commit is contained in:
parent
e7b9654ce1
commit
0e12ab46e3
@ -146,6 +146,7 @@ internal-prepare-exec_env: runps.sh
|
||||
cp -r dotnetlibs/*.exe exec_env/app_base
|
||||
cp -r dotnetlibs/lib* exec_env/app_base
|
||||
cp -r dotnetlibs/corerun exec_env/app_base
|
||||
cp -r ../ext-src/pester exec_env/app_base/Modules/Pester
|
||||
cp runps.sh exec_env/app_base
|
||||
|
||||
run: $(POWERSHELL_RUN_TARGETS) dotnetlibs/corerun dotnetlibs/Microsoft.PowerShell.Commands.Management.dll dotnetlibs/Microsoft.PowerShell.Commands.Utility.dll dotnetlibs/api-ms-win-core-registry-l1-1-0.dll internal-prepare-exec_env
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2ba6fb9291bdb9bfea111369a6c236475bd3c686
|
||||
Subproject commit 09cd9551a2caebecc843b84e01aad7126ed7197a
|
Loading…
Reference in New Issue
Block a user