Skip to content

Commit

Permalink
Merge pull request dotnet#808 from ramarag/future_is_2017
Browse files Browse the repository at this point in the history
Set VS Install location environment variables in netci.groovy
  • Loading branch information
ramarag authored Feb 3, 2017
2 parents a9e9c84 + 756966e commit 6929f00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ osList.each { os ->
steps {
if (os == 'Windows_NT') {
// Batch
batchFile(buildCommand)
batchFile("""SET VS150COMNTOOLS=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\
SET VSSDK150Install=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
SET VSSDKInstall=%ProgramFiles(x86)%\\Microsoft Visual Studio\\2017\\Enterprise\\VSSDK\\
${buildCommand}""")
}
else {
// Shell
Expand Down

0 comments on commit 6929f00

Please sign in to comment.