-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0
-
Component/s: Continuous Integration
-
Labels:
The build "Source Release and Merge Script" is currently broken with the following error:
The following packages have unmet dependencies: dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.7) but it is not going to be installed Depends: dotnet-runtime-2.2 (>= 2.2.7) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
when running
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.2
I suspect that the reason this is not showing up in master is that this execution is behind a docker layer and therefore not triggered.
- links to