-
Notifications
You must be signed in to change notification settings - Fork 358
Development
Mathew edited this page Apr 27, 2015
·
23 revisions
- Pull and build the source in VS
- Set up storage account environment variables
-
AzureWebJobsStorage
- Set this to your test storage account -
AzureWebJobsDashboard
- Storage account that will be used for dashboard logging (can be same as above) -
AzureWebJobsServiceBus
- Set this to your Service Bus namespace connection string
-
- Open Test Explorer to view and run tests (we use XUnit)