Release yml includes ``` testProjects: "**/*Tests/*.csproj" publishProject: "**/*Tool/*.csproj" ``` https://github.com/microsoft/Tools-for-Health-Data-Anonymization/blob/master/release.yml#L9 But not the functional tests in "shared" projects. https://github.com/microsoft/Tools-for-Health-Data-Anonymization/blob/master/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.FunctionalTests/Microsoft.Health.Fhir.Anonymizer.Shared.FunctionalTests.shproj This should be added since I found a failing test that was only visible if run manually. NOTE: #246 multi target build is in review and changes how tests are run, this should be taken in consideration
Release yml includes
https://github.com/microsoft/Tools-for-Health-Data-Anonymization/blob/master/release.yml#L9
But not the functional tests in "shared" projects.
https://github.com/microsoft/Tools-for-Health-Data-Anonymization/blob/master/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.FunctionalTests/Microsoft.Health.Fhir.Anonymizer.Shared.FunctionalTests.shproj
This should be added since I found a failing test that was only visible if run manually.
NOTE: #246 multi target build is in review and changes how tests are run, this should be taken in consideration