OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Fix ci tests not running #108

Closed habbes closed 4 years ago

habbes commented 4 years ago

Tests are not running on CI because strong name validation fails (the assemblies are delay signed).

This PR disables strong name validation for the produced assemblies before running the tests.

habbes commented 4 years ago

The files changed in this PR does not relate to what you have described.

Check the azure-pipelines.yml file. I don't know why the .ttinclude file is included in the changed files, I suspect it's a side effect of fixing conflicts after a rebase. But I'm testing that to ensure it has no undesired side-effects on the generated code.