Description
build.cmd Release does not work as the PublishNuget target is buggy.
Repro steps
Run build.cmd Release after having updated the RELEASE_NOTES.md.
Expected behavior
Tag with version will be generated and pushed to github (thus drafting a release). Generated package will be published on our pre1.0 myget feed.
Actual behavior
Exception in PublishNuget target. No tag, no published package.
Known workarounds
Run build.cmd Release and upload the generated package by hand. Generate tag by hand and push it by hand. Linking the build output to the github release is also required.
Description
build.cmd Releasedoes not work as thePublishNugettarget is buggy.Repro steps
Run
build.cmd Releaseafter having updated theRELEASE_NOTES.md.Expected behavior
Tag with version will be generated and pushed to github (thus drafting a release). Generated package will be published on our pre1.0 myget feed.
Actual behavior
Exception in PublishNuget target. No tag, no published package.
Known workarounds
Run
build.cmd Releaseand upload the generated package by hand. Generate tag by hand and push it by hand. Linking the build output to the github release is also required.