[macOS] Pester tests invocation after install - 2. (#2429)
* [macOS] Fail Pester tests on error * return it back * added new tests * added new tests for Macos part2 * fixed nitpicks * vsmac changes * remove toolcache fron high sierra
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# and installs them onto the system
|
||||
#
|
||||
###########################################################################
|
||||
|
||||
SOURCE_URL="https://vstsagenttools.blob.core.windows.net/tools"
|
||||
PACKAGES_DIR=/tmp/hostedtoolcache
|
||||
|
||||
@@ -23,4 +22,4 @@ for package in $packages; do
|
||||
pushd $(dirname $package)
|
||||
npm install
|
||||
popd
|
||||
done;
|
||||
done;
|
||||
Reference in New Issue
Block a user