Skip to content

Commit

Permalink
Fix tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Aug 8, 2019
1 parent 66b2138 commit fb99e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.vscode/tasks.json
Expand Up @@ -6,6 +6,7 @@
{
"label": "Build Debug",
"command": "./build.ps1",
"type": "shell",
"args": ["-Configuration", "Debug", "-NoHelp"],
"group": "build",
"presentation": {
Expand All @@ -16,6 +17,7 @@
{
"label": "Build Release",
"command": "./build.ps1",
"type": "shell",
"args": ["-Configuration", "Release"],
"group": "build",
"presentation": {
Expand All @@ -26,6 +28,7 @@
{
"label": "Run Materialize Webpack Server",
"command": "./UniversalDashboard.Materialize/run-webpack.ps1",
"type": "shell",
"group": "build",
"presentation": {
"reveal": "always",
Expand All @@ -35,6 +38,7 @@
{
"label": "Run Materialize Test",
"command": "./UniversalDashboard.Materialize/Tests/driver.ps1",
"type": "shell",
"args": ["-Control", "${input:control}"],
"group": "test",
"presentation": {
Expand Down

0 comments on commit fb99e2a

Please sign in to comment.