You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.FunctionalTests/test.runsettings

10 lines
337 B
Plaintext

2 years ago
<?xml version="1.0" encoding="utf-8"?>
<!-- File name extension must be .runsettings -->
<RunSettings>
<RunConfiguration>
<EnvironmentVariables>
<!-- List of environment variables we want to set-->
<EF_TEST_REWRITE_BASELINES>0</EF_TEST_REWRITE_BASELINES>
2 years ago
</EnvironmentVariables>
</RunConfiguration>
</RunSettings>