You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.ci.build.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services:
4
4
ci-build:
5
-
image: microsoft/aspnetcore-build:2.0
5
+
image: microsoft/aspnetcore-build:2.0.2 #Depending on the bug below, you can also try this other SDK image: microsoft/aspnetcore-build:1.0-2.0-2017-10 or microsoft/aspnetcore-build:1.0-2.0
6
6
volumes:
7
7
- .:/src
8
8
- ./cli-linux:/cli-linux
@@ -11,8 +11,8 @@ services:
11
11
# Next line is using the .sln file to compile all the projects.
12
12
# Sometime there is an issue in msbuild exits the process before finishing building the bits: (https://github.com/Microsoft/msbuild/issues/2153)
13
13
# Random error: error MSB4017: The build stopped unexpectedly be cause of an unexpected logger failure.
0 commit comments