Skip to content

Commit

Permalink
Merge pull request #1175 from Unity-Technologies/remove-old-mono-stev…
Browse files Browse the repository at this point in the history
…edore

Remove old mono artifact
  • Loading branch information
ashwinimurt committed May 9, 2019
2 parents a046492 + 0574dd7 commit b41442c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions external/buildscripts/buildDependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ name : MacBuildEnvironment
id : MacBuildEnvironment/9df1e3b3b120_2fc8e616a2e5dfb7907fc42d9576b427e692223c266dc3bc305de4bf03714e30.7z
repo: testing

name : mono
id : mono/9df1e3b3b120_f81c172b91f45b2e045f4ba52d5f65cc54041da1527f2c854bf9db3a99495007.7z
repo: testing

name : MonoBleedingEdge
id : MonoBleedingEdge/9df1e3b3b120_ab6d2f131e6bd4fe2aacafb0f683e8fa4e1ccba35552b6fe89bf359b6ee16215.7z
repo: testing
Expand Down
2 changes: 1 addition & 1 deletion external/buildscripts/build_runtime_vs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub CompileVCProj

my $msbuild = $ENV{"ProgramFiles(x86)"}."/MSBuild/$msBuildVersion/Bin/MSBuild.exe";

if ((! -d $extraBuildTools) || ($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
if (($ENV{YAMATO_PROJECT_ID}) || ($ENV{USERNAME} == "bokken"))
{
$msbuild = $ENV{"ProgramFiles(x86)"}."/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe";
}
Expand Down

0 comments on commit b41442c

Please sign in to comment.