Commit graph

2072 commits

Author SHA1 Message Date
Eric Erhardt
d339da09fe Update developer-guide.md to include OpenSSL
OpenSSL is required on OSX in order to use HTTPS, which NuGet uses.
2016-03-25 09:34:08 -05:00
Senthil
f1303bd289 Merge pull request #2049 from schellap/app-local
App local wins for portable apps as well
2016-03-24 20:45:30 -07:00
Senthil
d935937174 Call unload on the libraries opened 2016-03-24 19:20:49 -07:00
Eric Erhardt
30346443fb Merge pull request #2035 from eerhardt/Version
Changing --version in the CLI
2016-03-24 21:15:09 -05:00
Senthil
a1fc588316 App local wins for portable apps as well 2016-03-24 18:43:54 -07:00
Sridhar Periyasamy
ccef10b70c Windows Installer changes
- Make CLI SDK MSI non-upgradable. It must alwasy be installed SxS.
- The CLI bundle and SharedFx bundle are non-upgradeable.They are also
  installed SxS.
- Make host\muxer upgradeable. It will be upgradeable till v1.0.0 RTM.
  Post RTM will be installed SxS with v.1.0.0.
- SharedFx MSI was using the CLI MSI version. Fixing it to use the
  SharedFx version.
- Do not allow bundles to uninstall. User will be able to uninstall the
  individual MSIs.
2016-03-24 18:39:28 -07:00
Sridhar Periyasamy
171f3998b2 Merge pull request #2034 from dotnet/Sridhar-MS/remove-win-2016
Update netci.groovy
2016-03-24 17:40:43 -07:00
Matt Ellis
5bf6088a47 Merge pull request #2015 from ellismg/fix-2004
Fix permissions when packaging artifacts
2016-03-24 17:23:00 -07:00
Andrew Stanton-Nurse
822f70f742 Merge pull request #2040 from dotnet/anurse/eerhardt-UpdateDependencies
Anurse/eerhardt update dependencies
2016-03-24 17:22:18 -07:00
Krzysztof Wicher
cd35ba2a1a Merge pull request #2041 from krwq/local_sdk_version_detection
install scripts, detect if sdk already installed
2016-03-24 16:54:21 -07:00
Bryan Thornbury
2223da1a5c fix versions on the deb packages 2016-03-24 16:35:42 -07:00
Bryan Thornbury
5ce00db708 Merge pull request #2046 from dotnet/brthor/readme
Update readme for new installers
2016-03-24 16:34:41 -07:00
Bryan Thornbury
69e7d5cdde Update readme for new installers 2016-03-24 16:33:28 -07:00
Andrew Stanton-Nurse
4e8569d57f herp derp netstandard 2016-03-24 16:07:17 -07:00
Bryan Thornbury
e9ea432ad1 Merge pull request #2033 from dotnet/brthor/add_back_docker_hub
add back docker hub builds trigger
2016-03-24 15:56:33 -07:00
Andrew Stanton-Nurse
9414e8d8ad fix DependencyModel project.json 2016-03-24 15:31:47 -07:00
Krzysztof Wicher
217922da14 don't redownload sdk in install.sh if package already installed 2016-03-24 15:15:24 -07:00
Krzysztof Wicher
688de72eb7 detecting that sdk is already installed (install.ps1) 2016-03-24 15:15:23 -07:00
Andrew Stanton-Nurse
5090f3bbb5 change dependency model to netstandard 1.5 2016-03-24 15:11:54 -07:00
Bryan Thornbury
8d4d9a3b12 Merge branch 'rel/1.0.0' into brthor/add_back_docker_hub 2016-03-24 14:39:10 -07:00
Andrew Stanton-Nurse
f7188ddb20 fix issue in LibraryExporter with placeholders 2016-03-24 16:05:25 -05:00
Eric Erhardt
1febe48d71 Updating CoreFX version to rc2-23924 2016-03-24 16:05:24 -05:00
Eric Erhardt
95ad1ee461 Removing Microsoft.CodeAnalysis.CSharp from the sharedframework dependency since Microsoft.NETCore.App now has the correct version. 2016-03-24 16:04:37 -05:00
Eric Erhardt
a5813791d5 Updating CoreFX version to rc2-23923 2016-03-24 16:04:37 -05:00
Eric Erhardt
c07115f52c Add System.Net.Requests dependency to dotnet to hoist the out of date version brought in by FSharp.Compiler. 2016-03-24 16:03:22 -05:00
Eric Erhardt
fd0ebb1bab Fix the RuntimeGraphGenerator
1. It was using the wrong version of System.Runtime.Serialization.Json
2. When invoking it during the build, we weren't ensuring it was successful, which allows the build to continue when it fails.
2016-03-24 16:03:21 -05:00
Eric Erhardt
3186432ebd Fix up the project.json files for CoreFX build rc2-23922.
- ProjectModel uses AssemblyLoadContext which is only available in netstandard1.5. Moving ProjectModel and all its dependencies up to netstandard1.5.
- Work around our dependencies still being on old CoreFX builds by hoisting System.Runtime.Serialization.Primitives, System.Private.DataContractSerialization, System.Linq.Expressions, and System.Xml.XmlSerializer references to the current version.
2016-03-24 16:03:19 -05:00
eerhardt
9bc478660a Updating dependencies from last known good builds 2016-03-24 16:02:33 -05:00
Pavel Krymets
7a82a98e4c Merge pull request #2016 from dotnet/pakrym/signature
Add runtime signature into deps.json
2016-03-24 13:57:40 -07:00
Andrew Stanton-Nurse
d402bd98cb Merge pull request #2029 from dotnet/anurse/new-get
update to new nuget and turn inference on
2016-03-24 13:57:19 -07:00
Eric Erhardt
c560e9af3c Changing --version in the CLI
`dotnet --version` returns just the version number. This helps tools get this information without having to parse the full info.
Introduce a new argument `--info` that returns the current "long form". With this, we also change the long form to say "RID" instead of "Runtime ID" simply because that would avoid any future localization issues and thus make the parsing easier.

Fix #1607 #1882
2016-03-24 15:44:25 -05:00
Pavel Krymets
f75481f731 Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
Andrew Stanton-Nurse
0a369aa6d5 update to new nuget and turn inference on 2016-03-24 11:43:37 -07:00
Sridhar Periyasamy
979ca386e0 Update netci.groovy
Remove Windows Server 2016 from the PR CIs. This was slowing down our builds.
2016-03-24 11:42:49 -07:00
Eric Erhardt
f0fd9ae901 Merge pull request #2021 from schellap/erhardt
Logging and case format fix
2016-03-24 13:05:27 -05:00
Eric Erhardt
b8bf086417 Merge pull request #2031 from dotnet/eerhardt-UbuntuInstaller
Update README.md to point to correct Ubuntu installer
2016-03-24 13:01:06 -05:00
Bryan
f441fedf4f add back docker hub builds trigger 2016-03-24 10:50:29 -07:00
Eric Erhardt
c5c77ca605 Update README.md to point to correct Ubuntu installer
The Ubuntu installer link is out of date.
2016-03-24 12:23:38 -05:00
Matt Ellis
d343519567 Fix permissions when packaging artifacts
The file permissions in our cross platform packages were all over the
place. Problems included:

- Executable text files
- Executable MSIL files
- Files not readable by world or group

In addition to just looking bad, it could cause problems in cases where
someone takes the tarballs and copies them to a global location (as
root) because now the deps file was not readable by non root users.

Add an additional step when setting everything up to put sensible
permissions on everything before building os specific packages and
tarballs.

Fixes #2004
2016-03-24 09:26:19 -07:00
Andrew Stanton-Nurse
a81f1c08f0 Merge pull request #1932 from dotnet/anurse/type-platform
Support for `type:platform`
2016-03-24 09:24:35 -07:00
Senthil
cee93b6cc2 Logging and case format fix 2016-03-24 01:47:57 -07:00
Andrew Stanton-Nurse
43512b8973 add support for type: platform
also some refactoring of DependencyContext to properly handle
placeholders in 'runtimeTargets'.
2016-03-23 21:53:14 -07:00
Piotr Puszkiewicz
39584c5612 Merge pull request #2022 from dotnet/brthor/publish-the-world
Publish all installers/archives for sharedfx, host, and the sdk
2016-03-23 21:40:17 -07:00
Bryan Thornbury
71b78a9c68 integrate @krwq 's moniker/compile version changes
unset the hardcoded channel

fix version badge version

fix a capitalization

fix the archives

Update filenames of zip files to have the correct versions

move version gen
2016-03-23 18:45:44 -07:00
Krzysztof Wicher
781987030e Merge pull request #2011 from dotnet/brthor/1858
fixes #1858
2016-03-23 18:08:34 -07:00
Bryan Thornbury
f596b8ddce Refactor PublishTargets.cs, add publishing of all installers and archives to azure, change all versions to nuget versions. 2016-03-23 17:24:48 -07:00
Eric Erhardt
7486b45eeb Clean the dotnet-portable test nuget packages during the build, so the new ones always get used during tests. 2016-03-23 16:19:48 -07:00
Bryan
07f3d60355 fixes #1858 2016-03-23 16:19:48 -07:00
Sridhar Periyasamy
850e02a1ce Pin down version for xunit.netcore.extensions. 2016-03-23 15:58:50 -07:00
Bryan Thornbury
009b895d9f Merge pull request #2003 from dotnet/brthor/cleanup-publish-targets
Clean up PublishTargets
2016-03-23 12:42:46 -07:00