microsoft/artifacts-keyring

Remove requirement of a DotNet SDK

Closed this issue · 1 comments

Hello,
according to the readme of this project the requirement should include a dotnet runtime not a dotnet SDK.
The following lines check for the installation of a full SDK rather than a runtime

subprocess.check_output(["dotnet", "--version"]).decode().strip().partition("-")[0].split("."))

According to this issue the proper command should be

dotnet --info

and not

dotnet --version

In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to Developer Community.