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

Commit8d5176a

Browse files
forkiKevinRansom
authored andcommitted
Update netci.groovy (#3800)
1 parent2e0af3d commit8d5176a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎netci.groovy‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ def static getBuildJobName(def configuration, def os) {
4242
// Build and test FCS
4343
buildPath="./fcs/"
4444
buildFlavor=""
45-
build_args="TestAndNuget"
45+
if (os=='Windows_NT') {
46+
build_args="TestAndNuget"
47+
}
48+
else {
49+
build_args="Build"
50+
}
4651
}
4752
elseif (configuration=="Debug") {
4853
buildFlavor="debug"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp