Граф коммитов

393 Коммитов

Автор SHA1 Сообщение Дата
Eilon Lipton 1ca03ac1bd Notify of obsoletion 2016-07-21 13:48:00 -07:00
Cesar Blum Silveira c058042b23 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:53:19 -07:00
Doug Bunting aa69d4d90e Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 16:40:09 -08:00
N. Taylor Mullen 039fcf2997 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:30:00 -08:00
Pranav K e75cc2da1f Merge branch 'release' into dev 2015-12-11 12:21:41 -08:00
Pranav K 0877378ba2 Updating to release NuGet.config. 2015-12-11 12:21:39 -08:00
Brennan c8894c5424 Fix space in username issue 2015-11-18 10:00:57 -08:00
Doug Bunting c080c3035b Use Mono 4.0.5
- Mono beta is now 4.2.1 which doesn't work reliably with `nuget.exe`
  - see also aspnet/External#48
2015-11-17 09:23:17 -08:00
Andrew Stanton-Nurse 6018e404af Merge branch 'release' into dev 2015-11-10 11:39:17 -08:00
Andrew Stanton-Nurse 6e3d8f58a5 create user package directory on DNVM source
this fixes a bug where DNVM won't show globally installed DNXes if the user runtimes path is not present
2015-11-10 10:41:41 -08:00
Brennan 74cbefa79c Retry move-item in install 2015-10-30 13:01:36 -07:00
BrennanConroy 879aa15baf Merge pull request #467 from mholo65/issue458
Aligned location in dnvm list -detailed on Linux
2015-10-29 15:42:58 -07:00
Pranav K ed0017b7e2 Merge branch 'release' into dev 2015-10-28 12:49:01 -07:00
Pranav K 2c396a0901 Updating to release NuGet.config. 2015-10-28 12:43:02 -07:00
Brennan 6bc0fc108c Make file .cmd not .tmp 2015-10-26 14:41:59 -07:00
BrennanConroy e01de426d8 Fix concurrent dnvm 2015-10-26 11:12:48 -07:00
BrennanConroy 3d11681798 Merge pull request #454 from stajs/dev
Pass -Proxy parameter so we can find packages.
2015-10-20 15:14:31 -07:00
BrennanConroy 703c1ffdd4 Merge pull request #469 from mholo65/issue449
-r, -a and -OS parameters are now case insensitive
2015-10-20 14:49:09 -07:00
Sourabh Shirhatti a2bc792684 Push DNVM to blob storage 2015-10-16 14:35:57 -07:00
Glenn Condron 66364c7eb4 Merge pull request #441 from hubuk/dnvm_updateself
Fix for dnvm update-self on PowerShell 2.0
2015-10-14 15:37:35 -07:00
Doug Bunting 993e8c5f9b Fix local build break 2015-10-12 13:25:11 -07:00
Doug Bunting eac22fa9f3 React to aspnet/Universe#290 fix
- pick up latest `build.cmd` and `build.sh` files
  - preserve lack of DNX installations when building this repo
- change case of `NuGet.config` filename
  - was ignored on Linux
  - also move to v3 feeds, consistent with other repos
- go back to Mono Beta feed (version 4.0.4) in Travis builds
  - avoid frequent `mono .nuget/nuget.exe` failures
2015-10-10 20:57:20 -07:00
Martin Björkström df675f5ef2 -r, -a and -OS parameters are now case insensitive.
dnvm alias now supports 9 parameters
2015-10-06 22:31:52 +03:00
BrennanConroy 8aa7b4d4c5 Merge pull request #357 from ph1ll/dev
Quote $cmdargs string to prevent path errors
2015-10-05 14:17:46 -07:00
Phill Campbell b1ae8a98b0 Quote arguments containing whitespace or parenthesis when combining into $cmdargs 2015-10-05 19:50:01 +01:00
Martin Björkström c6e82863db Aligned location in dnvm list -detailed on Linux 2015-10-03 23:08:26 +03:00
Doug Bunting f0a8ba2897 Extend work @yaakov-h did with `dnvm.sh` to `dnvm.ps1`
- see a7da411
- add `-a` alias for `-architecture`; remove `-a` alias for `-alias` (now no alias for `-alias`)
- add missing `-g`, `-p` and `-u` aliases for `-global`, `-persistent` and `-unstable`

nits:
- cleanup some tabs in both script files
- add missing help for `exec` and `run` parameters in `dnvm.ps1`
- address minor inconsistencies in `dnvm.sh`'s help text
2015-09-30 19:09:04 -07:00
Yaakov 6f872cf327 Make arguments 'a', 'alias' and 'arch' consistent
Currently 'a' = 'arch' for 'dnvm use', and 'a' = 'alias' for 'dnvm install'.

This makes them the same for each, changing 'a' on 'dnvm install' to be
the same as 'arch'.

This commit also makes helptext indenentation consistent, and makes helptext regarding -arch consistent by always displaying `<architecture>`.
2015-09-29 21:52:59 -07:00
Martin Björkström 16530beba7 Added 'dnvm alias -d' and deprecated 'dnvm unalias' 2015-09-29 15:55:49 -07:00
Hubert Bukowski 8b47f260ab Fixed invalid condition. 2015-09-29 20:52:37 +02:00
Pranav K cc9db92133 Merge remote-tracking branch 'origin/release' into dev 2015-09-28 23:10:03 -07:00
Pranav K eabbb3647c Updating to release NuGet.config 2015-09-28 23:09:45 -07:00
Shannon Skinner 0425f33a06 #453 Pass -Proxy parameter so we can find packages. 2015-09-28 10:34:49 +13:00
BrennanConroy 6479d250bb Add dnvm uninstall 2015-09-25 15:39:31 -07:00
Hubert Bukowski c180163562 Changed tabs to spaces. 2015-09-24 19:30:18 +02:00
Hubert Bukowski bfe17d485a Fix for dnvm update-self on PowerShell 2.0
PSScriptRoot variable is not available in PowerShell 2.0. This change make use of a Get-ScriptRoot function which return current script location using PSScriptRoot (in PS >= 3.0) or MyInvocation.MyCommand.Path (in PS < 3.0)

Fix for:
#391
2015-09-24 19:03:12 +02:00
BrennanConroy 20e77f977d Merge pull request #444 from devel0/dev
fixed dnx-mono package version
2015-09-23 12:02:08 -07:00
Lorenzo Delana b24c115c9f Merge branch 'dev' of https://github.com/aspnet/dnvm into dev
Conflicts:
	test/ps1/_Execute-Tests.ps1
	test/sh/run-tests.sh
2015-09-23 20:40:42 +02:00
Doug Bunting 416db7fc7e Update tests to latest DNX version on vnext feed; correct NugGet.config
- no more litedev feed
2015-09-21 19:47:38 -07:00
Doug Bunting c287c57ba6 PR decision: Do not set `$env:DNX_Home`
- clear if invalid or if set when performing a setup
2015-09-21 18:06:53 -07:00
Doug Bunting a34eec7846 Reorder `dnvm.ps1` blocks to avoid read-before-write issues
- #422
- previously used `$env:DNX_HOME` or `$env:DNX_GLOBAL_HOME` when undefined
- also ignores `$env:DNX_HOME` values such as ";C:\ProgramData\Microsoft DNX"

nits:
- use constants a bit more consistently
- remove trailing whitespace
2015-09-18 16:11:18 -07:00
Lorenzo Delana df5cd2a5c7 applied patch ( https://github.com/aspnet/dnvm/pull/444#issuecomment-141552117 ) 2015-09-18 22:23:20 +02:00
Lorenzo Delana 7cfeebb9f9 use of testing coreclr from stable 1.0.0-beta7 2015-09-18 00:33:42 +02:00
Lorenzo Delana 4d2e121941 fixed dnx-mono package version ( https://github.com/aspnet/dnvm/issues/438 ) 2015-09-17 21:06:39 +02:00
BrennanConroy 4f0b099409 Return exit code from dnx in dnvm exec and run 2015-09-10 16:21:07 -07:00
BrennanConroy 69bc83e979 Run and Exec now use passed in runtime and arch 2015-09-10 14:41:11 -07:00
Pranav K 42aa577684 Updating to Sake 0.2.2 2015-09-09 16:08:16 -07:00
Kiran Challa 6a6a8f7d36 Updating Sake to always use latest version 2015-09-09 15:26:03 -07:00
BrennanConroy 0375986321 Fix dnvm use in Unix too 2015-09-08 21:56:34 +00:00
Brice Lambson 834b20e4d4 Allow overriding architecture and runtime during `dnvm use`
Fixes #405
2015-09-08 21:56:34 +00:00