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
In addition to supporting a setup to setup the solution, we will enable a feature where a developer coming on to an existing project can run a cmd of starter to setup developer machine.
It will either create of modify the following files:
gulp-config.user.js
publishsettingsdebug.targets.user
src\Foundation\Serialization\code\App_config\Include\Environment.config.user (or handle this differently)
This should also run a docker image based on the project type (if one exists it should remove the container that exists). Then it should install the nuget pre-requisites and node pre-requisites and publish the latest to this docker container.
The text was updated successfully, but these errors were encountered:
In addition to supporting a setup to setup the solution, we will enable a feature where a developer coming on to an existing project can run a cmd of starter to setup developer machine.
It will either create of modify the following files:
This should also run a docker image based on the project type (if one exists it should remove the container that exists). Then it should install the nuget pre-requisites and node pre-requisites and publish the latest to this docker container.
The text was updated successfully, but these errors were encountered: