Skip to content

Commit 294978d

Browse files
author
周文洋(Jacky Zhou)
committed
已添加文件 docker-compose-ci.yml
1 parent f49eaa8 commit 294978d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '3'
2+
3+
services:
4+
toolkit-ci-build:
5+
image: devopslabs.azurecr.io/aspnetcore-build:1.0-1.1
6+
volumes:
7+
- .:/src
8+
working_dir: /src
9+
command: /bin/bash -c "dotnet restore ./SQLToolkit/SQLToolkit/SQLToolkit.csproj && dotnet build -r win10-x64"
10+

0 commit comments

Comments
 (0)