File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,4 @@ WORKDIR /app
4
4
5
5
# copy csproj and restore as distinct layers
6
6
COPY . .
7
- RUN /root/.dotnet/dotnet restore
8
- RUN /root/.dotnet/dotnet build -c Release -f netstandard1.4 src/progaudi.tarantool/progaudi.tarantool.csproj
9
- RUN /root/.dotnet/dotnet build -c Release -f netcoreapp1.0 tests/progaudi.tarantool.tests/progaudi.tarantool.tests.csproj
10
- RUN /root/.dotnet/dotnet build -c Release -f netcoreapp1.1 tests/progaudi.tarantool.tests/progaudi.tarantool.tests.csproj
7
+ RUN /app/scripts/build-netcore.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '2'
3
3
services :
4
4
tarantool-client :
5
5
build : .
6
- command : dotnet test -c Release tests/progaudi.tarantool.tests/progaudi.tarantool.tests.csproj
6
+ command : /app/scripts/ test-netcore.sh
7
7
environment :
8
8
TARANTOOL_REPLICATION_SOURCE : " tarantool:3301"
9
9
links :
You can’t perform that action at this time.
0 commit comments