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

Commit248bc15

Browse files
authored
Affinity -fix string escaping. (#2678)
* Revert change* Try to use latest* escape strings properly
1 parent13460f9 commit248bc15

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
@@ -65,14 +65,14 @@ def static getBuildJobName(def configuration, def os) {
6565
steps {
6666
if (os=='Windows_NT') {
6767
// Batch
68-
buildCommand="
68+
buildCommand="""
6969
echo *** Build Visual F# Tools ***
7070
7171
SET VS150COMNTOOLS=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\
7272
SET VSSDK150Install=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
7373
SET VSSDKInstall=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
7474
75-
.\\build.cmd${buildFlavor}${build_args}"
75+
.\\build.cmd${buildFlavor}${build_args}"""
7676
}
7777
else {
7878
// Shell

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp