Managed libraries Nuspec file Before jumping into nuspec file creation, one should know that nuget can generate a package directly from a visual studio project: nuget pack MyPackage.csproj If you're willing to enter advanced mode, then you need a nuspec file. First of all, instead of recreating the
Thursday, October 4, 2018
Monday, August 13, 2018
Migration from SVN to GIT
Step 0 : Define migration strategy Option 1 [recommended] : If possible, do not bother to migrate the SVN history to git but rather keep the old repositories archived and start over in git from the tip of the trunk. Option 2 : Migrate trunk and tags only.
Subscribe to:
Posts (Atom)