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
Charles Stoner
e2cdf17e2e
Add Microsoft.DotNet.Tools.Interactive
2015-11-05 08:54:20 -08:00
Sridhar Periyasamy
c8014f0330
Automatically update the index in the blob storage for windows.
...
This is required by dnvm to download the latest dotnet binaries
2015-11-04 19:13:50 -08:00
Sridhar Periyasamy
36459aa659
Fix the crossgen scripts to use version 23504.
2015-11-04 11:11:38 -08:00
Bryan Thornbury
b63af7e649
Match CI build version to Debian Package Build Version.
...
The Debian Package should have the same version as the rest of the packages
being created as a part of the full build. These changes enable that.
NOTE: The debian package revision is unused but still included in the package
to allow for hyphens in the package version. (https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version )
2015-11-03 14:13:25 -08:00
Andrew Stanton-Nurse
3f76287809
fix spurious ~ folder
2015-11-03 11:04:26 -08:00
Piotr Puszkiewicz
f176ae9387
Merge pull request #142 from dotnet/anurse/fix-ubuntu-cmake
...
Fix cmake dependency on Ubuntu
Thanks @anurse!!
2015-11-03 10:42:51 -08:00
Andrew Stanton-Nurse
bf0b0c93cb
this should fix cmake on Ubuntu 14.04
2015-11-03 10:08:59 -08:00
Andy Gocke
7dd429f047
Enable Roslyn crossgen on osx/linux
...
Also updates the runtime to 23502, which contains the crossgen
utility in the xplat runtime packages.
2015-11-02 16:44:03 -08:00
Andrew Stanton-Nurse
ee84f498fa
remove predefined runtimes from dotnet-restore
2015-11-02 16:42:21 -08:00
anurse
b35fba863b
command line interface clean-up
2015-11-01 21:08:01 -08:00
Andrew Stanton-Nurse
cfdd93abef
add windows build
2015-10-31 21:57:10 -07:00
Andrew Stanton-Nurse
3ce7a84a04
dotnet-run command
2015-10-31 21:57:07 -07:00
Andrew Stanton-Nurse
cfb5a1836e
fix up bootstrap script a bit
2015-10-31 21:33:17 -07:00
Andrew Stanton-Nurse
fbedf48da2
fix windows build
2015-10-31 21:19:15 -07:00
Bryan Thornbury
8a7a74ff5f
Merge remote-tracking branch 'upstream/master' into compilenative
2015-10-30 15:49:58 -07:00
Andrew Stanton-Nurse
84312846ec
speed up cmake docker build
2015-10-30 15:47:11 -07:00