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
Mihai Codoban
f14b4cbd3d
Trigger rebuild when the CLI changed
...
- Stamp each project with the CLI version it was last compiled with
- Rebuild those projects with a local version file that does not match the one of the current CLI that is building it
2016-03-24 15:17:49 -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
Senthil
156f83c3bc
Merge pull request #1987 from schellap/runtime-config2
...
Add support for runtime config
2016-03-23 02:46:51 -07:00
schellap
43e25ae571
Add support for runtime config
...
-- Remove GC Server Default
2016-03-23 00:04:50 -07:00
Piotr Puszkiewicz
3a63972af1
Merge pull request #1898 from enricosada/bump_fsharp_and_fix
...
Bump fsharp and fix
2016-03-22 19:51:19 -07:00
Bryan Thornbury
dfd4d0b954
Clean up PublishTargets
2016-03-22 18:31:16 -07:00
Bryan Thornbury
34ca32ebaf
Merge pull request #1890 from dotnet/brthor/fix-deb-path
...
Fix the Debian Package for SharedFx, Publish all to our Repo
2016-03-22 18:21:03 -07:00
Bryan Thornbury
9040a9094f
Merge pull request #1851 from dotnet/brthor/run-arg
...
Change dotnet run to call the muxer
2016-03-22 18:09:07 -07:00
Bryan Thornbury
2abedf79e2
small fix to pass manpage path to packaging script
2016-03-22 16:00:09 -07:00
Bryan Thornbury
ab14fb1437
fix which manpages are where, add dotnet manpage to host package and rest to sdk package
2016-03-22 15:38:04 -07:00
Bryan Thornbury
d709300f6f
fix up the package name
2016-03-22 15:36:17 -07:00
Bryan Thornbury
96664f31c2
Add publishing for sdk, sharedhost, sharedfx deb files
...
small fix
disable dotnet-nightly train avoidance, alawys use the same debian config for now
2016-03-22 15:01:06 -07:00
Bryan Thornbury
1c38b17f8b
make sdk package sdk only
...
fix dependencies between packages
re-disable upgrade test
another fi to add_dir_to_install
fix sdk package name
update the package name functino in monikers
2016-03-22 15:01:04 -07:00
Bryan Thornbury
4bed9db16b
fix relative install path in deb lib
2016-03-22 15:01:03 -07:00
Bryan Thornbury
08091d72bc
fix version override, remove dependencies of host package
2016-03-22 15:01:03 -07:00