Skip to content

WIP: make oss build work with preview4 - #1425

Merged
KevinRansom merged 6 commits into
masterfrom
preview4
Aug 13, 2016
Merged

WIP: make oss build work with preview4#1425
KevinRansom merged 6 commits into
masterfrom
preview4

Conversation

@KevinRansom

Copy link
Copy Markdown
Contributor

No description provided.

Comment threadbuild.cmd
if exist "%ProgramFiles(x86)%\MSBuild\%VisualStudioVersion%\Bin\MSBuild.exe" set _msbuildexe="%ProgramFiles(x86)%\MSBuild\%VisualStudioVersion%\Bin\MSBuild.exe"
if exist "%ProgramFiles%\MSBuild\%VisualStudioVersion%\Bin\MSBuild.exe" set _msbuildexe="%ProgramFiles%\MSBuild\%VisualStudioVersion%\Bin\MSBuild.exe"
if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. && goto :failure
if exist "%VS150COMNTOOLS%..\..\MSBuild\15.0\Bin\MSBuild.exe" (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSBuild is now applocal. Good find. 👍

@OmarTawfik

Copy link
Copy Markdown
Contributor

LGTM 👍

@KevinRansom

Copy link
Copy Markdown
ContributorAuthor

@dotnet-bot test this please

@KevinRansom
KevinRansom merged commit 4853293 into masterAug 13, 2016
@KevinRansom
KevinRansom deleted the preview4 branch August 13, 2016 17:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@KevinRansom@OmarTawfik@msftclas