dotnet-installer/scripts
2016-01-28 20:34:19 -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 Removing the publishing of the CLI to a separate compilation folder, we don't need it anymore after allowing publish to publish to flat output folders again. This simplifies the scripts. I kept packaging happening in a separate compilation folder because for that we need the tfm folder structure. This also fixes a bug where binaries were only being copied for the first time we built, because we checked that compilationfolder/bin/config/tfm was there. After fowler changes, this was not true for the published CLI, but the packaged folders were still creating this structure, which cause in subsequent build to only the binaries under compilationfolder/bin/debug/dnxcore50 to be copied to stage2dir/bin, instead of everything. 2016-01-28 20:34:19 -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