Skip to content

Instantly share code, notes, and snippets.

@jbardon
Created February 7, 2019 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbardon/ab77d711eb2d8e8cbfb62f5417d9928f to your computer and use it in GitHub Desktop.
Save jbardon/ab77d711eb2d8e8cbfb62f5417d9928f to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Smart",
"type": "shell",
"command": "/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe",
"args": [
"/c/git/manage/Smart-Admin.sln",
"/target:Build",
"/property:Configuration=Dev-Local",
"/property:Platform=\"Any CPU\"",
"/property:GenerateBuildInfoConfigFile=false",
"/property:WarningLevel=0"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment