Skip to content

Commit d3413dd

Browse files
committed
Using build-bits.sh instead of sln for building from ci container
1 parent 8e29a27 commit d3413dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.ci.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ services:
1111
# Next line is using the .sln file to compile all the projects.
1212
# Sometime there is an issue in msbuild exits the process before finishing building the bits: (https://github.com/Microsoft/msbuild/issues/2153)
1313
# Random error: error MSB4017: The build stopped unexpectedly be cause of an unexpected logger failure.
14-
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
14+
#command: /bin/bash -c "pushd ./src/Web/WebSPA && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
1515

1616
# NOTE: Using build-bits-linux.sh from Linux build container exits before ending.
17-
# command: /bin/bash -c "pushd ./src/Web/WebSPA && npm rebuild node-sass && popd && pushd /cli-linux && ./build-bits-linux.sh /src"
17+
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm rebuild node-sass && popd && pushd /cli-linux && ./build-bits-linux.sh /src"
1818

0 commit comments

Comments
 (0)