File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 20
20
# permission (top level).
21
21
# BUILD_TARGET The directory your build is saved in (to get it zipped for a
22
22
# GitHub release)
23
- # BUILD_CORE If set the version it is set to (2.1.502, latest, ...) will be part
24
- # of the build matrix. Otherwise latest will be used, but the build will
25
- # be skipped immediately after start
26
- # BUILD_MONO If set the version it is set to (3.10.0, latest, ...) will be part
27
- # of the build matrix. Otherwise latest will be used, but the build will
28
- # be skipped immediately after start
23
+ # TEST_NUNIT_FILE Set to path and filename of artifact containing the tests if you want
24
+ # to run NUNIT tests. Unset or set to 'false' to not run tests
25
+ # TEST_XUNIT_FILE Set to path and filename of artifact containing the tests if you want
26
+ # to run XUNIT tests. Unset or set to 'false' to not run tests
29
27
#
30
28
# ###################
31
29
# ## GENERAL INFO ###
38
36
39
37
language : csharp
40
38
solution : $SOLUTION_NAME.sln
41
- jobs :
42
- include :
43
- - dotnet : [[ ! -z "$BUILD_CORE" ]] && echo "$BUILD_CORE" || echo "latest"
44
- mono : none
45
- env : RT_TYPE=core
46
- - mono : [[ ! -z "$BUILD_MONO" ]] && echo "$BUILD_MONO" || echo "latest"
47
- dotnet : none
48
- env : RT_TYPE=mono
39
+ mono : latest
40
+ dotnet : none
49
41
git :
50
42
depth : false
51
43
install :
You can’t perform that action at this time.
0 commit comments