From 796c399eefe8315433959c036cdca1916db0c471 Mon Sep 17 00:00:00 2001 From: Scion Date: Thu, 2 Oct 2025 17:08:57 -0700 Subject: [PATCH] Added better description. --- dotnet/dotnet-pack/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: