Description:
Add .gitlab-ci.yml
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r322:64d84441b066 -

@@ -0,0 +1,9
1 image: mcr.microsoft.com/dotnet/sdk:3.1
2
3 stages:
4 - build
5
6 build:
7 stage: build
8 script:
9 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
You need to be logged in to leave comments. Login now