dotnet-installer/scripts
Bryan Thornbury b122190cd8 Set Docker Internal UID to Host UID, Remove Postbuild step
These changes will use docker's new Dockerfile Arguments to
pass the Host User ID to the docker container at build time.
This allows the docker container to set it's internal user
to match that of the host. When using shared volumes between
the host and container, this prevents files created in the
container from being owned by root.

This will solve our problem of needing a cleanup step after
every ubuntu CI run.
2015-11-25 00:33:53 +00:00
..
build fix build showing success on failing project 2015-11-23 19:43:02 -08:00
crossgen Run crossgen on the csc/vbc dlls, rather than the host exe 2015-11-18 16:13:52 -08:00
docker Set Docker Internal UID to Host UID, Remove Postbuild step 2015-11-25 00:33:53 +00:00
package Move Debian Package Tools to packaging folder 2015-11-19 14:45:20 -08:00
publish Use azure CLI instead of Invoke-WebRequest to upload files into azure blob 2015-11-18 08:32:09 -08:00
test Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
_common.ps1 Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
_common.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
build.ps1 fix build showing success on failing project 2015-11-23 19:43:02 -08:00
ci_build.cmd fix minor issue with build scripts 2015-11-17 15:17:37 -08:00
ci_build.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
compile.ps1 add check for corehost 2015-11-24 11:21:13 -08:00
compile.sh AppDeps Copy Script fix dotnet invocation 2015-11-18 00:28:50 -08:00
dotnet-restore.cmd fix minor issue with build scripts 2015-11-17 15:17:37 -08:00
dotnet-restore.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
install.ps1 Add Microsoft.DotNet.Tools.Repl* to install 2015-11-17 13:52:00 -08:00
install.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
unuse-dev.ps1 added a script to put the dev build on the PATH 2015-11-17 18:08:31 -08:00
use-dev.ps1 added a script to put the dev build on the PATH 2015-11-17 18:08:31 -08:00