Closed lijunle closed 5 years ago
@saleslessa I think the deployment to GitHub release is working. I added it back. We can leverage the build bits from GitHub release for NuGet deployment.
Besides, the git tag must start with v
to match an automation rule to apply version to assembly and NuGet.
Correct the git tag naming convention.
The assembly info is patched from git tag name via AppVeyor. Then, the
.nuspec
use the assembly version as nuget version./cc @saleslessa