Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd688e0f

Browse files
authored
Update netci.groovy
1 parent4a7575b commitd688e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎netci.groovy‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def static getBuildJobName(def configuration, def os) {
4747
buildCommand="build.cmd debug"
4848
}
4949
else {
50-
buildCommand="./mono/cibuild.shDebug"
50+
buildCommand="./mono/cibuild.shdebug"
5151
}
5252
}
5353
elseif (configuration=="Release_default") {
@@ -56,7 +56,7 @@ def static getBuildJobName(def configuration, def os) {
5656
buildCommand="build.cmd release"
5757
}
5858
else {
59-
buildCommand="./mono/cibuild.shRelease"
59+
buildCommand="./mono/cibuild.shrelease"
6060
}
6161
}
6262
elseif (configuration=="Release_net40_test") {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp