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

Commit13460f9

Browse files
authored
Affinity (#2677)
* Revert change* Try to use latest
1 parent54c16ba commit13460f9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎netci.groovy‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,14 @@ def static getBuildJobName(def configuration, def os) {
6565
steps {
6666
if (os=='Windows_NT') {
6767
// Batch
68-
batchFile(buildCommand)
68+
buildCommand="
69+
echo *** Build Visual F# Tools ***
70+
71+
SET VS150COMNTOOLS=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\
72+
SET VSSDK150Install=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
73+
SET VSSDKInstall=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
74+
75+
.\\build.cmd${buildFlavor}${build_args}"
6976
}
7077
else {
7178
// Shell
@@ -77,7 +84,7 @@ def static getBuildJobName(def configuration, def os) {
7784
// TODO: set to false after tests are fully enabled
7885
def skipIfNoTestFiles=true
7986

80-
def affinity= configuration=='Release_net40_no_vs'?'latest-or-auto': (os=='Windows_NT'?'latest-dev15':'latest-or-auto')
87+
def affinity= configuration=='Release_net40_no_vs'?'latest-or-auto': (os=='Windows_NT'?'latest-dev15':'latest-or-auto')
8188
Utilities.setMachineAffinity(newJob, os, affinity)
8289
Utilities.standardJobSetup(newJob, project, isPullRequest,"*/${branch}")
8390
Utilities.addArchival(newJob,"tests/TestResults/*.*","", skipIfNoTestFiles,false)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp