-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move packaging logic to cake #1363
Comments
dazinator
added a commit
to dazinator/GitVersion
that referenced
this issue
Jan 24, 2018
dazinator
added a commit
to dazinator/GitVersion
that referenced
this issue
Jan 24, 2018
Had to change nuget package id of GitVersionCore to be GitVersionCore rather than GitVersion - as when the <PackageId> in the csproj is GitVersion (to enable dotnet pack style) VS shows all sorts of build errors - as it seems to get confused that there is also another output in the same solution called GitVersion (i.e the exe).
dazinator
added a commit
to dazinator/GitVersion
that referenced
this issue
Jan 24, 2018
Sounds like a good idea. The more we can do with Cake, the better, imho. |
Great - I suceeded in doing this in the end. |
done in #1269 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my nestandard branch, i'm moving the ILMerge and packaging mabuild logic out of the GitVersion.exe csproj file AfterBuild event, and into the cake build script instead. I expect to replace pepita with a dotnet cli pack or a nuget pack operation in the process as well..
Let me know if anyone forsees any issue with this.
The main reason I started doing this is because the AfterBuild event wasnt fired anymore since I upgraded the csproj to sdk style, and I think its probably better for all that packaging logic to be in cake anyway.
Im just raising this here for visibility.
The text was updated successfully, but these errors were encountered: