Skip to content
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

Enable Version and Tag override for NuGet pack #1870

Merged
merged 2 commits into from
May 10, 2019

Conversation

lokitoth
Copy link
Member

@lokitoth lokitoth commented May 9, 2019

This provides a mechanism to insert version/tag during the CI/CD pipeline (thereby inserting a version generated by the pipeline).

Longer-term this will be handed by a "version generation" step, which will read the target version from a file, and create the appropriate artifacts (config.h, build.props, etc.) to be used by the appropriate build systems to inject the version. In the short term, this unblocks work on release pipeline for Windows artifacts.

@lokitoth lokitoth merged commit a10ae96 into master May 10, 2019
@lokitoth lokitoth deleted the dev/Enable-NugetVersionTagOverride branch May 10, 2019 14:28
peterychang pushed a commit to peterychang/vowpal_wabbit that referenced this pull request May 24, 2019
JohnLangford pushed a commit that referenced this pull request Jun 3, 2019
* pre-merge and remove shared features before sending examples down the reduction stack

* copy-paste error in vcxproj file

* fixing bad iterator dereference

* Enable Version and Tag override for NuGet pack (#1870)

* First attempt at softmax learner for cbadf (#1839)

* First attempt at softmax learner for cbadf

* some bugfixes and proper handling of shared and non-shared examples

* add test for cb_adf softmax

* Removing redundant safe_probability definition

* Update gd_mf_weights.cc right namespace (#1874)

* Update gd_mf_weights.cc

Use right indices to write out features for the right namespace, correcting bug found in #1871

* Update gd_mf_weights.cc

Add back rank to the right quadratic calculation

* Fixed warning message ips -> mtr (#1875)

* Fix dsjson parser regression and add smoke-test (#1878)

* Fix dsjson parser regression and add smoke-test

Note: The test is ignored under the C# Unit Tests, because the test
driver is not set up to run the native parser. This is an area we should
improve outside of the bugfix.

* Suppress test for softmax learner

* fixing bugs, finding/fixing wrong tests

* fixing finish_example, unit tests

* cleaning up CB reductions

* copying predictions up and down the stack

* removing shared example in place. Disabling finish_example

* modify unit tests to match outputs. Add patch file to undo this change later

* moving patch file to test directory

* Removing unused variables, function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants