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

1191 Коммитов

Автор SHA1 Сообщение Дата
krymtkts 56ca9d01a8
Fix typos of Register-ArgumentCompleter parameters 2023-12-09 11:49:47 +09:00
Esgariot 20e1de0bf0 fix: Use _files and concat newlines 2023-06-07 12:26:45 +02:00
Esgariot 7625f8809b Add zsh compdef completion script.
Continuing off of PR 13384 in upstream.
This commit is ready to be rebased to include appropriate co-authors
before merging PR.
2023-06-06 20:11:16 +02:00
Bekir Ozturk 116bd8667c Removed install scripts and tests, added readme 2020-08-28 15:30:17 +02:00
Gennadii Altukhov 539c9b6c06 fix #11001 Increase the number of retries for download function in the installation script. 2020-04-02 17:05:44 +02:00
Sarah Oslund 8b9855393f
Deleting unused scripts, consolidating scripts to one dir (#10944) 2020-03-25 00:03:44 +00:00
nohwnd 78d9adc9ea Do not exit on success 2020-03-20 18:53:18 +01:00
Daniel Plaisted 6fe69dd69d Mop-up merge changes from dotnet/cli and dotnet/toolset 2020-02-19 12:57:50 -08:00
Daniel Plaisted de02a4948f Mopup merge from dotnet/cli 2020-02-13 16:08:00 -08:00
Livar Cunha aae53af92e Fixing execute permissions in the dotnet-install.sh script. 2020-01-08 09:43:38 -08:00
Daniel Plaisted 9d584c075a Port installation script tests 2019-12-12 11:21:25 -08:00
John Beisner b0ef2c9816
Merge pull request #3482 from johnbeisner/ChangePostInstallCheck2
Modify the post install check to include a 'release-type' version format
2019-11-13 14:21:07 -08:00
William Li d66a2cc31c Add DOTNET_ROOT to tests and fix dogfood script 2019-11-07 22:26:18 -08:00
jbeisner c2b9e400cf Fixing a typo... 2019-11-07 10:42:21 -08:00
jbeisner 3dc4237d1b Fixing assignment statements 2019-11-07 10:35:03 -08:00
jbeisner 78d1d208e2 Modify the post install check to include a 'release-type' version format 2019-11-06 14:30:42 -08:00
John Beisner 3d721d652f Installation script update (#13030)
* Installation script update
2019-11-06 09:39:28 -08:00
Adeel Mujahid c9c42a0856 Use scanelf over ldconfig on musl-libc distros (#12642)
* Use scanelf over ldconfig on musl-libc distros

* Check if VERSION_ID is present

* Warn if libintl is missing

* Use ldd --version
2019-11-06 09:39:14 -08:00
John Beisner ba194e4e6f
Installation script update (#13030)
* Installation script update
2019-11-06 07:53:40 -08:00
Adeel Mujahid 21314e34b0 Use scanelf over ldconfig on musl-libc distros (#12642)
* Use scanelf over ldconfig on musl-libc distros

* Check if VERSION_ID is present

* Warn if libintl is missing

* Use ldd --version
2019-11-05 15:11:01 -08:00
Daniel Plaisted 7218b18060 Merge changes from dotnet/cli 2019-10-18 13:51:35 -07:00
William Li 3e2a316f92 Remove outdated opensuse 2019-10-09 22:48:17 -07:00
Daniel Plaisted ad5803c104 Add files back that were deleted in repo merge 2019-10-03 15:09:47 -07:00
Daniel Plaisted 357a3e2b6e Move common scripts 2019-10-03 15:07:18 -07:00
Daniel Plaisted d4b930dfbb Move docker infrastructure back to correct folder 2019-10-03 15:07:17 -07:00
Daniel Plaisted 47e7850052 Merge cli repo into toolset 2019-10-03 14:56:02 -07:00
John Beisner 1f4478755d
Enable SDK version harvesting from a global.json file (#12750)
* Enable SDK version harvesting from a global.json file.

* Fixing the new test

* Initialize: "json_file"

* Fix a binding error
2019-09-30 18:55:05 -07:00
John Beisner 73a560a125
Better error message for "windowsdesktop" (#12485) 2019-09-05 09:58:04 -07:00
Daniel Plaisted 82d8775776 Move files to prepare for merge with dotnet/toolset repo 2019-08-29 08:44:12 -07:00
John Beisner 40266b662b
Add support for Microsoft.WindowsDesktop.App (#12315)
* Add support for Microsoft.WindowsDesktop.App
2019-08-21 17:01:52 -07:00
jbeisner fdc555ff23 Fix for RHEL 6 workstation 2019-07-25 10:23:53 -07:00
Travis Plunk f684bf8d92
Fix break in dotnet-install.sh on macOS 2019-07-22 12:38:17 -07:00
Dan Shechter 7a1afb7e70 Don't let dotnet-install.sh fail with 'Text file busy'
fixes #11626
2019-06-25 22:53:43 +03:00
Tom Dykstra ebee74ef08 Remove 'please' from message text (#11363) 2019-05-17 14:02:18 -07:00
jbeisner 752769bf14 Updates to the dotnet installation scripts. 2019-05-16 01:46:39 +00:00
William Li cbe0d3031f Remove setting DOTNET_SKIP_FIRST_TIME_EXPERIENCE in build
We stopped honoring this flag
2019-04-03 21:57:50 -07:00
Omair Majid 53f485c23c Fix bash completion when the SDK is not installed
The `dotnet complete` command is an SDK command. If the SDK is not
installed, `dotnet complete` is not available. Triggering completion in
bash without the SDK installed results in errors being shown.

Fix it by checking the exit status of `dotnet complete` before trying to
use to for completions. If the SDK is not installed, we will only show
file completions.

Fixes #11044
2019-04-01 12:43:44 -04:00
William Li 5485a7d3dc
Update jessie docker image (#562) 2019-03-28 14:35:50 -07:00
Livar c8fee6c313
Updating Debian image 2019-03-28 12:27:25 -07:00
Nick Guerrera dddac220ba Merge branch 'master' into merges/release/2.2.2xx-to-master 2019-01-20 10:16:15 -08:00
jbeisner 4b169515fc Update 'Architecture' help documentation. 2019-01-16 21:54:01 +00:00
Livar Cunha 784e7e32db Merge branch 'release/2.1.6xx' into merge_release_2_1_6xx
* release/2.1.6xx: (21 commits)
  Updating Roslyn to 3.0.0-beta2-19055-10.
  Adding a missing feed to get FSharp working
  Update SDK to 2.1.600-preview-63704-01 and FSharp to 10.4.0-rtm-181207-02
  Updating Roslyn to 3.0.0-beta2-19054-03
  Updating msbuild version to 16.0.0-preview.352.
  Insert NuGet Build 5.0.0-preview1.5707 into cli
  Insert NuGet Build 5.0.0-preview1.5707 into cli
  Update roslyn (#10449)
  Remove fsc command text
  Remove fsc command
  Remove telemetry
  Smoketesting
  sniff tests
  Additional testing
  TestPlatform insertion 16.0-preview-20181205-02
  update baseline
  Fix usage testcase
  Add Commands for fsc and fsi
  Update FSharp.Compiler to 10.3.0-rtm-181113-07
  Fix helix queue machine affinity call
  ...

Conflicts:
Microsoft.DotNet.Cli.sln
build/DependencyVersions.props
build/NugetConfigFile.targets
build/Version.props
2019-01-09 12:58:59 -08:00
John Beisner eeee505a3b
Repair the Absolutepath; part 2 (#10520)
* Repair the Absolutepath; part 2
2018-12-28 15:35:07 -08:00
John Beisner 2294da5104
Repair the Absolutepath (#10512)
* Repair the Absolutepath.
2018-12-28 10:25:39 -08:00
David Gardiner 0609d2733a Only modify PATH if necessary
Implements #10487
2018-12-18 16:12:41 +10:30
Kevin Ransom f4c4ba0d2b sniff tests 2018-12-05 22:09:22 -08:00
William Li b98b1b59ea Fix cli test env script 2018-11-19 12:59:22 -08:00
Livar Cunha de8f942113 Merge remote-tracking branch 'dotnet/release/2.2.2xx' into merges/release/2.2.2xx-to-master
* dotnet/release/2.2.2xx: (41 commits)
  Fix helix queue machine affinity call
  Update aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, coresetup, sdk, templating, templating, websdk to rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, 2.1.0, 2.2.100, beta4, beta4, 2.2.100, respectively
  Fixing build failures by removing hard coded TFM versions.
  Updating NuGet to 5.0.0-preview1.5495
  Updating the Windows pool to a pool that supports net472. This will likely have to be force merged before the new pool gets picked up.
  Updating some more projects due to MSbuild not having a target for netstandard2.0. Also, reacting to the msbuild versioning change to Current.
  Additional framework changes for full framework due to MSBuild supported TFMs.
  Updating roslyn and msbuild dependencies for dev16. Needed to move projects to netcoreapp2.2 as msbuild dropped support for netstandard2.0.
  Adding explicit dependencies to NuGet and NewtonSoft.Json to update-dependencies project because they are not being brought transitivily through the VersionTools dependency.
  Fixing the channel and branch name for 2.2.2xx
  Updating the CLI branding to 2.1.600 for this branch.
  Updating ASP.NET and M.NC.App runtimes version
  Updating SDK to 2.2.200-preview-63508-04
  Updating SDK to 2.2.100-preview3-63508-01
  Insert NuGet Build 5.0.0-preview1.5663 into cli
  Updating SDK 2.1.500-preview-63506-03
  Updating runtime version to 2.1.6
  Enabling crossgen for win-arm
  Enabling building for win-arm.
  Insert NuGet Build 4.9.0-rtm.5658 into cli
  ...

Conflicts:
README.md
TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj
build/BranchInfo.props
build/BuildDefaults.props
build/Compile.targets
build/CrossGen.props
build/DependencyVersions.props
build/MSBuildExtensions.targets
build/Test.targets
build/package/Installer.MSI.targets
build/package/Installer.PKG.targets
build/test/TestPackageProjects.targets
build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs
build_projects/dotnet-cli-build/DotNetRestore.cs
build_projects/dotnet-cli-build/DownloadFile.cs
build_projects/update-dependencies/update-dependencies.csproj
run-build.ps1
run-build.sh
src/Microsoft.DotNet.Cli.Sln.Internal/Microsoft.DotNet.Cli.Sln.Internal.csproj
src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj
src/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj
src/redist/redist.csproj
test/Microsoft.DotNet.TestFramework/Microsoft.DotNet.TestFramework.csproj
2018-11-14 15:36:33 -08:00
John Beisner b3b69e36cb
Adding downloads of 'arm' and 'arm64' (#10303)
* Adding downloads of 'arm' and 'arm64'
2018-11-08 16:06:01 -08:00
William Li e085adbb20 Correct bat and sh script 2018-11-06 14:21:55 -08:00