diff --git a/dotnet/dotnet-pack/action.yaml b/dotnet/dotnet-pack/action.yaml index 9adc2bb..ded9e71 100644 --- a/dotnet/dotnet-pack/action.yaml +++ b/dotnet/dotnet-pack/action.yaml @@ -37,7 +37,7 @@ inputs: required: false default: "true" useMSBuild: - description: "Whether or not to use MSBuild instead of dotnet. Default: false" + description: "Whether or not to use MSBuild instead of dotnet. Does not work on linux. Default: false" required: false default: "false" runs: