We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Happens on the hotfix but also in develop branches.
I've set the Environment variables, running tests in VS or with dotnet test runs perfectly without any error.
Running the cake.ps1script generates errors running test in mongodb and SQL Server because of wrong connection string.
Probably cake build does not honor environment variable.
Here is cake output build.
and this is not the connection string I've set in the Environment variable. Alk.
The text was updated successfully, but these errors were encountered:
Found the error, cake script is bugged because uses the wrong environment variable
As you can verify from code, the real variable used in the code is NSTORE_MSSQL
The same happens for mongodb.
Sorry, something went wrong.
6dc436f
alkampfergit
No branches or pull requests
Happens on the hotfix but also in develop branches.
I've set the Environment variables, running tests in VS or with dotnet test runs perfectly without any error.
Running the cake.ps1script generates errors running test in mongodb and SQL Server because of wrong connection string.
Probably cake build does not honor environment variable.
Here is cake output build.
and this is not the connection string I've set in the Environment variable.
Alk.
The text was updated successfully, but these errors were encountered: