dotnet-installer/scripts/dotnet-cli-build
Eric Mellino 09c8e298ed Switch sharedframework project.json to Microsoft.NETCore.App
Use local-build corehost.exe

This is staying in the repo, so we can copy the local-built version.

Copy deps and deps.json, make sure corehost temp dir exists

Add additional runtimes to the sharedframework's project.json

Delete an unused file, modify crossgen target condition

* sharedhost\project.json is unused. It is copied from the local build.
* the crossgen target was conditioned on an environment variable, but the
  variable could be set to anything. Instead, make sure it is either
  "true" or "1".

Use stage2 instead of stage0 for shared framework restore
2016-03-14 14:43:31 -07:00
..
Utils Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
CompileTargets.cs Merge pull request #1795 from mellinoe/wip-build-stuff-rebased 2016-03-14 09:59:12 -07:00
dotnet-cli-build.xproj Updating tests to use the latest version of dotnet-test-xunit, which supports debugging from VS. Also updating our xproj files so that we can build the CLI from VS using the CLI. 2016-03-01 16:28:10 -08:00
InstallerTargets.cs Fill out pkg installer targets 2016-03-10 10:31:45 -08:00
MsiTargets.cs Generate zips for SharedHost and SharedFramework 2016-03-10 03:37:42 -08:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Generate tars for SharedHost and SharedFramework 2016-03-10 03:37:43 -08:00
PkgTargets.cs Bring the OSX installer 'title' in line with Windows 2016-03-10 15:19:54 -08:00
PrepareTargets.cs Add SharedFramework MSI Authoring 2016-03-10 03:37:41 -08:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
PublishTargets.cs Merge pull request #1795 from mellinoe/wip-build-stuff-rebased 2016-03-14 09:59:12 -07:00
SharedFrameworkTargets.cs Switch sharedframework project.json to Microsoft.NETCore.App 2016-03-14 14:43:31 -07:00
TestTargets.cs add support for portable application layout 2016-03-12 11:52:29 -08:00