You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A program printing to stderr should identify itself with a prefix. This feature introduces a default prefix of the entry assembly name. E.g. where the consuming project is named targets.csproj:
targets: Working directory: foo
targets: dotnet build Boo.sln
or build.csproj:
build: Working directory: foo
build: dotnet build Boo.sln
With an optional param to control the program name.
The text was updated successfully, but these errors were encountered:
A program printing to stderr should identify itself with a prefix. This feature introduces a default prefix of the entry assembly name. E.g. where the consuming project is named
targets.csproj
:or
build.csproj
:With an optional param to control the program name.
The text was updated successfully, but these errors were encountered: