docfx-action icon indicating copy to clipboard operation
docfx-action copied to clipboard

Error on action execution phase

Open ByteDecoder opened this issue 5 years ago • 1 comments

Hi there, I am using .Net Core 3.1.302, and I getting an error in the action phase.

[20-11-15 07:07:04.430]Info:[MetadataCommand.ExtractMetadata]Using mono /usr/lib/mono/msbuild/15.0/bin/MSBuild.dll as inner compiler. [20-11-15 07:07:04.585]Info:[MetadataCommand.ExtractMetadata]Loading projects... A compatible installed dotnet SDK for global.json version: [3.1.302] from [/github/workspace/src/global.json] was not found Please install the [3.1.302] SDK or update [/github/workspace/src/global.json] with an installed dotnet SDK: A compatible installed dotnet SDK for global.json version: [3.1.302] from [/github/workspace/src/global.json] was not found Please install the [3.1.302] SDK or update [/github/workspace/src/global.json] with an installed dotnet SDK: [20-11-15 07:07:06.405]Warning:[MetadataCommand.ExtractMetadata](/github/workspace/src/ByteDecoder.Common/ByteDecoder.Common.csproj)Workspace failed with: [Failure] Msbuild failed when processing the file '/github/workspace/src/ByteDecoder.Common/ByteDecoder.Common.csproj' with message:

Seems there is a problem with the SDK version that my project use and the one that the action is using.

Could you point me in the right direction?

ByteDecoder avatar Nov 15 '20 07:11 ByteDecoder

Is this still a problem?

nikeee avatar Apr 19 '23 01:04 nikeee