Skip to content

Revert to official asdf-dotnet-core plugin

Fabien Catteau requested to merge 357259-syntax-error-asdf-dotnet into main

What does this MR do?

Revert to the official asdf-dotnet-core plugin. This fixes syntax error in dotnet-install.sh. See gitlab-org/gitlab#357259 (closed)

Installing the CLI requested version 3.1.302. Please wait, installation may take a few minutes.
/opt/asdf/installs/dotnet-core/3.1.302/dotnet-install.sh: line 1: $'\r': command not found
/opt/asdf/installs/dotnet-core/3.1.302/dotnet-install.sh: line 2: $'\r': command not found

Prior to this MR, the pipeline of tests/csharp-nuget-dotnetcore fails: https://gitlab.com/gitlab-org/security-products/tests/csharp-nuget-dotnetcore/-/jobs/2269447280#L337

With this MR, the pipeline succeeds: https://gitlab.com/gitlab-org/security-products/tests/csharp-nuget-dotnetcore/-/pipelines/504872218

What are the relevant issue numbers?

gitlab-org/gitlab#357259 (closed)

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports