Merge pull request #191 from dotnet-architecture/revert-190-fix-mac-ci-build
Revert "Fix mac ci build"
This commit is contained in:
commit
549b6afa1d
6
cli-mac/build-bits.sh
Executable file → Normal file
6
cli-mac/build-bits.sh
Executable file → Normal file
@ -10,12 +10,6 @@ projectList=(
|
||||
"../src/Web/WebStatus"
|
||||
)
|
||||
|
||||
|
||||
pushd $(pwd)/../src/Web/WebSPA
|
||||
npm install
|
||||
npm rebuild node-sass
|
||||
popd
|
||||
|
||||
for project in "${projectList[@]}"
|
||||
do
|
||||
echo -e "\e[33mWorking on $(pwd)/$project"
|
||||
|
@ -6,5 +6,5 @@ services:
|
||||
volumes:
|
||||
- .:/src
|
||||
working_dir: /src
|
||||
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm install && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
|
||||
command: /bin/bash -c "dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user