You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before_install:
- export PATH="$PATH:/home/travis/.dotnet/tools"# [INFO] .NET 6 is included in Ubuntu 22.04:# https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2204install:
# [INFO] Install the .NET SDK or the .NET Runtime on Ubuntu# as described on the official Microsoft technical documentation site:# https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#install-the-sdk
- sudo apt-get install -y dotnet6
- dotnet tool install -g localappveyorscript:
- LocalAppVeyor --version
$ LocalAppVeyor --version
You must install or update .NET to run this application.
App: /home/travis/.dotnet/tools/LocalAppVeyor
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64)
.NET location: /usr/lib/dotnet/dotnet6-6.0.108
The following frameworks were found:
6.0.8 at [/usr/lib/dotnet/dotnet6-6.0.108/shared/Microsoft.NETCore.App]
Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=ubuntu.22.04-x64
The command"LocalAppVeyor --version" exited with 150.
Pay attention to Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64) and framework_version=5.0.0.
e/travis/.travis/functions: line 109: 3145 Segmentation fault dotnet tool install -g localappveyor
The command"dotnet tool install -g localappveyor" failed and exited with 139 during .
Thanks.
The text was updated successfully, but these errors were encountered:
1. Summary
I can’t start using LocalAppVeyor on Ubuntu 22.04 LTS (Jammy Jellyfish).
Due to the error message, a possible reason for this — LocalAppVeyor currently not support .NET 6.
#113 — possibly similar issue.
2. Steps to reproduce
Part of my
.travis.yml
:3. Behavior
3.1. Desired
3.2. Current
Travis build:
Pay attention to
Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64)
andframework_version=5.0.0
.4. Not helped
4.1. Microsoft package feed
I tried Microsoft package feed for Ubuntu 22.04:
Same error.
4.2. Snap
I tried to install .NET SDK via Snap:
I get a “segmentation fault” bug:
Thanks.
The text was updated successfully, but these errors were encountered: