dotnet-installer/scripts
David Fowler a35ae177ff - Make all of the code looking for built assets use the OutputPathCalculator
- Project dependencies are always built into their specific folders and the main project is the only one that uses the output path and intermediate output path variable.
- Publish respects the output path for publish only, not compile as part of publish. This means that publishing multiple runtimes will stomp on each other. So don't do that. We can throw if you specify and output location and you haven't specified a specific combination of RID and framework. Alternatively it should probably just pick the first TFM/RID pair from the lock file. This is similar to how `dotnet run` works.
- Cleaned up the incremental build output formatting
- Use a single stream (output stream) since interleaving them was causing formatting issues (like losing random characters in the middle of outputting things).
- Didn't change how pack works, it still preserves the output structure when passing `--output`, this one is worth discussing. We could leave the build output inplace and only move the package to the output location. That's more consistent with how everything else works and can be a follow up PR.
2016-01-27 11:13:45 -08:00
..
build Add --runtime parameter in bash restore to minimize package downloads and avoid trying to download non-existant packages. 2016-01-26 23:25:40 -08:00
common normalize centos version in RID to .7 2016-01-27 00:14:10 -08:00
compile bootstrap using nuget instead of dnx 2016-01-26 23:25:37 -08:00
crossgen bootstrap using nuget instead of dnx 2016-01-26 23:25:37 -08:00
docker update everything to DOTNET_CLI_VERSION 2016-01-13 02:22:53 -08:00
obtain bootstrap using nuget instead of dnx 2016-01-26 23:25:37 -08:00
package Introducing a separate script that initializes the projects that are going to be packaged, so that it can be shared between build and pack. 2016-01-22 23:08:49 -08:00
publish Download the stage0 dotnet tools from the beta feed for windows. 2016-01-20 19:00:06 -08:00
test - Make all of the code looking for built assets use the OutputPathCalculator 2016-01-27 11:13:45 -08:00
ci_build.cmd Remove --no-cache from scripts 2016-01-23 09:53:51 -08:00
ci_build.sh Remove --no-cache from scripts 2016-01-23 09:53:51 -08:00
dev-dotnet.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00
dev-dotnet.sh Eliminate dead code and most relative paths 2015-12-29 02:34:10 -08:00
unuse-dev.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00
use-dev.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00