You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2018. It is now read-only.
I'm writing xunit tests against class libraries targeting dnxcore50. I've added environment variables to the launchSettings.json file via the Project's properties page, but when I debug the unit test the environment variables are not present. Is this the expected way to add environment variables that are used during test execution?