dotnet-installer/scripts/dotnet-cli-build
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
..
Publishing 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
Utils integrate @krwq 's moniker/compile version changes 2016-03-23 18:45:44 -07:00
CompileTargets.cs Changing --version in the CLI 2016-03-24 15:44:25 -05:00
DebTargets.cs small fix to pass manpage path to packaging script 2016-03-22 16:00:09 -07:00
dotnet-cli-build.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
InstallerTargets.cs Fix debian packages 2016-03-22 15:01:01 -07:00
MsiTargets.cs Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle. 2016-03-21 21:00:46 -07:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Fix debian packages 2016-03-22 15:01:01 -07:00
PkgTargets.cs Create 'dotnet-dev' and 'dotnet' pkg. 2016-03-17 13:42:10 -07:00
PrepareTargets.cs integrate @krwq 's moniker/compile version changes 2016-03-23 18:45:44 -07:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Removing project.json dependency workarounds that were needed for CoreFX 23901 build. 2016-03-15 12:34:32 -05:00
PublishTargets.cs integrate @krwq 's moniker/compile version changes 2016-03-23 18:45:44 -07:00
TestTargets.cs 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