1. 10 9月, 2015 1 次提交
  2. 04 9月, 2015 1 次提交
  3. 03 9月, 2015 1 次提交
  4. 18 8月, 2015 1 次提交
  5. 06 8月, 2015 1 次提交
  6. 09 7月, 2015 1 次提交
    • A
      Add core CLR projects for csc and vbc. · f87d725f
      Andy Gocke 提交于
      Adds two new projects, CscCore and VbcCore, which target CoreCLR and
      produce CoreCLR-compatible executables in the core-clr subdirectory of
      the build output. At the moment they are not included in any solution
      because a bug in the DNX build tools that causes VS 2015 to deadlock
      whenever the project files are loaded.
      f87d725f
  7. 27 6月, 2015 1 次提交
    • A
      Move solutions into the root directory · 13b4e9d4
      Andy Gocke 提交于
      It's confusing for new users to have the Roslyn solutions nested
      inside the src/ directory and there's really no good reason those where
      there in the first place. This moves them to the root directory, except
      for the Toolset.sln solution, which is only for building Roslyn in CI
      scenarios and has been moved to the build/ directory.
      13b4e9d4
  8. 11 6月, 2015 2 次提交
    • T
      Update cibuild.cmd to call a different script · a572982a
      Tom Meschter 提交于
      vcvarsall.bat will call vcvars32.bat, which uses some environment
      variables that are not defined. Instead call vsdevcmd.bat, which
      *also* uses these environment variable, but we've already patched
      up these files on our build systems to work around the issue.
      a572982a
    • T
      Update cibuild.cmd to call a different script · 1814e27a
      Tom Meschter 提交于
      vcvarsall.bat will call vcvars32.bat, which uses some environment
      variables that are not defined. Instead call vsdevcmd.bat, which
      *also* uses these environment variable, but we've already patched
      up these files on our build systems to work around the issue.
      1814e27a
  9. 09 6月, 2015 1 次提交
  10. 03 6月, 2015 2 次提交
  11. 28 5月, 2015 1 次提交
    • M
      Fix paths in cibuild · 1c01c379
      Matt Mitchell 提交于
      The shift command in the middle of this script messes up %~dp0.  Grab script directory at the beginning of the script instead.
      1c01c379
  12. 27 5月, 2015 1 次提交
  13. 23 5月, 2015 1 次提交
  14. 23 4月, 2015 1 次提交
    • J
      Self-host the C# and VB compilers in Jenkins runs · 51c53292
      Jared Parsons 提交于
      Builds in Jenkins will now self-host the compiler bits that result from
      the changes being committed in the PR.  Hence if there is a bug
      introduced by the change that prevents us from compiling Roslyn we will
      find it out before checkin vs. the next toolset update.
      
      This change causes the Jenkins build to roughly do the following:
      
      1. Build the C#, VB and compiler server binaries and move them to
      Binaries\Bootstrap.
      2. Clean the enlistment which deletes the intermediate directories and
      kill the compiler server.
      3. Run our standard BuildAndTest.proj using the
      /p:BootstrapBuildPath=Binaries\Bootstrap parameter to self-host the just
      built compilers.
      51c53292
  15. 09 3月, 2015 2 次提交
  16. 07 3月, 2015 1 次提交
    • T
      Add a CI build script · 7fc867cf
      Tom Meschter 提交于
      Instances of vbcscompiler.exe may hang around for a few minutes after a
      Jenkins run, locking files and causing new runs on the same system to
      fail. To address this, we add a script to setup the environment, run the
      build and test, and then kill any instances of vbcscompiler.exe that are
      left around.
      7fc867cf