TAGC / dotnet-setversion

.NET Core CLI tool to update the version information in .NET Core *.csproj files
MIT License
75 stars 16 forks source link

Error on Build #15

Closed hampton1122 closed 5 years ago

hampton1122 commented 5 years ago

I am getting the following error:

No executable found matching command "dotnet-setversion"

in my csproj I have:

Any Ideas? I am building in the microsoft/dotnet:2.0.0-sdk image

TAGC commented 5 years ago

Version 2.0.0 onwards is installed as a global tool, so the executable is just setversion now. See this part of the README.

TAGC commented 5 years ago

I'm going to assume this is resolved.