Commit graph

159 commits

Author SHA1 Message Date
Andrew Stanton-Nurse
a188ebe4e2 added a script to put the dev build on the PATH 2015-11-17 18:08:31 -08:00
Andrew Stanton-Nurse
a492ea7834 fix minor issue with build scripts 2015-11-17 15:17:37 -08:00
Piotr Puszkiewicz
f5a3ec581d Merge pull request #193 from cston/package
Add Microsoft.DotNet.Tools.Repl* to install
2015-11-17 14:35:35 -08:00
Charles Stoner
722dd721b0 Add Microsoft.DotNet.Tools.Repl* to install 2015-11-17 13:52:00 -08:00
Krzysztof Wicher
b566be5de8 Add dotnet-init 2015-11-17 11:46:46 -08:00
Sridhar Periyasamy
1c6087b8e1 Fix windows build break. Fix syntax of powershell 'cp' command. 2015-11-17 11:45:31 -08:00
Piotr Puszkiewicz
4bc69ed204 Merge pull request #204 from piotrpMSFT/LicenseHeaders
Update Copyright headers in all source files.
2015-11-16 22:12:05 -08:00
David Fowler
919c6bc40e Add pack to the list of projects 2015-11-16 20:22:22 -08:00
PiotrP
e839b4debb Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
Bryan
ee7b242d29 Remove set -e, this can easily cause the machine to get into an inconsistent state 2015-11-16 15:54:22 -08:00
Bryan
d2cb2ce76a Remove docker container cleanup. This should be handled in dockerbuild now. 2015-11-16 15:53:05 -08:00
Bryan
1a9d44a985 Fix Docker Postbuild Imports 2015-11-16 15:39:22 -08:00
Andrew Stanton-Nurse
06c66638f3 switch to repo-local stage0
fixes #200
2015-11-16 13:49:29 -08:00
Andrew Stanton-Nurse
6e3ade1672 fix issue with release build on VSO 2015-11-16 10:45:19 -08:00
Andrew Stanton-Nurse
d0f40917bc fix Windows VSO build 2015-11-16 10:20:47 -08:00
Andrew Stanton-Nurse
4cc15b1246 restructure the output layout
also reorganize the scripts folder
2015-11-16 09:44:00 -08:00
glennc
1f47daec1c Feedback changes plus ability to detect if latest is already installed 2015-11-12 12:18:19 -08:00
glennc
ddb8c04dd1 Some text updates for the install.sh file 2015-11-12 12:18:19 -08:00
glennc
ad4edf82ad Add install.sh to install the latest cli on a machine 2015-11-12 12:18:19 -08:00
Andrew Stanton-Nurse
2590e75475 add .version file to package 2015-11-11 22:49:39 -08:00
Andrew Stanton-Nurse
2d974c2680 fix formatting of windows version file 2015-11-11 22:23:41 -08:00
Andrew Stanton-Nurse
758d347f87 upload the data as raw binary data and set content-type 2015-11-11 22:13:35 -08:00
Andrew Stanton-Nurse
b920a77234 fix build and version upload 2015-11-11 21:54:58 -08:00
Andy Gocke
cc1d8f9215 Merge pull request #179 from agocke/UpgradeCscCoreReference
Upgrade compiler version and fix crossgen
2015-11-11 17:10:58 -08:00
Andy Gocke
5bfb626799 Upgrade compiler version and fix crossgen
The latest compiler nugets have missing dependencies, so
this temporarily turns on -MissingDependenciesOK for crossgen
2015-11-11 16:33:06 -08:00
Andrew Stanton-Nurse
e094169533 still don't know how to bash 2015-11-11 15:33:45 -08:00
Andrew Stanton-Nurse
d9dd05f4a0 fix version file format 2015-11-11 15:15:31 -08:00
Andrew Stanton-Nurse
d7bae750b2 how do I bash? 2015-11-11 15:07:56 -08:00
Andrew Stanton-Nurse
d5e9ac88ca add version metadata to package
also publish latest version metadata to blob storage
2015-11-11 14:35:23 -08:00
Sridhar Periyasamy
e31dae6bee Add '-y' to prevent prompts during installation. 2015-11-10 17:49:33 -08:00
Sridhar Periyasamy
0878879bc8 Fix type in Dockerfile and set the UPLOAD_URL variable to the correct location. 2015-11-10 17:28:46 -08:00
Sridhar Periyasamy
b34d7772e3 Install azure cli in the docker container
We need azure cli to publish atrifacts to the azure blob storage.
2015-11-10 17:20:18 -08:00
Bryan
cdf8b90494 Refactor docker entrypoint to reduce potential for out of sync build and ci_build scripts 2015-11-10 16:22:42 -08:00
Sridhar Periyasamy
32e7a71a49 Set up the CXX environment variables for Cmake to find the right compiler. 2015-11-10 16:22:42 -08:00
Bryan
d18385d5a4 Change CI Build to only build packages inside of docker 2015-11-10 16:22:41 -08:00
Bryan Thornbury
317ca5e2a8 Merge pull request #147 from brthor/deb-versioning
Match Debian Package Version to CI Build Version
2015-11-10 15:00:07 -08:00
Bryan
aaf1993c11 Address PR Feedback. Add back publish in package script: 2015-11-10 14:47:43 -08:00
Andrew Stanton-Nurse
dcb5e7e7ee stamp the commit into the stage2 package 2015-11-09 11:44:15 -08:00
Charles Stoner
d244b07dc5 Merge pull request #162 from cston/repl
Rename 'dotnet interactive' to 'dotnet repl'
2015-11-06 19:31:14 -08:00
Charles Stoner
73ae3e8afb Rename 'dotnet interactive' to 'dotnet repl' 2015-11-06 19:07:38 -08:00
Sridhar Periyasamy
09a04a6646 Create/overwrite the latest blob with the most current zip/msi
Also updated the readme file to point to download locations for the latest
binaries/installers
2015-11-06 17:06:55 -08:00
Sridhar Periyasamy
3a94e39336 Create/overwrite the latest blob with the most current tar.gz/deb/pkg 2015-11-06 16:35:33 -08:00
Sridhar Periyasamy
645892388b Merge pull request #160 from Sridhar-MS/azure-cli
Upload to blob storage using azure CLI.
2015-11-06 15:27:30 -08:00
Sridhar Periyasamy
32b4058a71 Upload to blob storage using azure CLI.
With curl we were hitting the azure server limitation of 64mb - https://msdn.microsoft.com/library/azure/dd179451
2015-11-06 14:40:05 -08:00
glennc
713b7a1061 Initial commit of pkg authoring 2015-11-06 12:02:15 -08:00
Sridhar Periyasamy
75ef96aaf8 Merge pull request #152 from Sridhar-MS/publish-index
Automatically update the index in the blob storage for windows.
2015-11-06 11:37:30 -08:00
Sridhar Periyasamy
26000b28c7 Pass DOTNET_BUILD_VERSION variable in a consistent manner to the docker instance 2015-11-05 14:00:44 -08:00
Sridhar Periyasamy
aa9e1e1b45 Pass all the VSO environment variables to the docker instance. 2015-11-05 13:43:21 -08:00
Sridhar Periyasamy
e370dc339b Remove the 'test' string from the URL 2015-11-05 09:55:29 -08:00
Sridhar Periyasamy
3825af25a0 Automatically update the index in the blob storage for osx and linux. 2015-11-05 09:07:52 -08:00