Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Updated Tasks.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytreed committed Dec 19, 2017
1 parent dac40e8 commit 1cf1022
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
// Associate with test task runner
"tasks": [
{
"taskName": "Clean",
"label": "Clean",
"type": "shell",
"command": "Invoke-PSake -taskList Clean -buildFile ${workspaceRoot}\\build\\psake.tasks.ps1"
},
{
"taskName": "Build",
"label": "Build",
"type": "shell",
"command": "Invoke-PSake -taskList Build -buildFile ${workspaceRoot}\\build\\psake.tasks.ps1",
"group": {
Expand All @@ -66,7 +66,7 @@
}
},
{
"taskName": "Deploy",
"label": "Deploy",
"type": "shell",
"command": "Invoke-PSake -taskList Deploy -buildFile ${workspaceRoot}\\build\\psake.tasks.ps1",
"group": {
Expand All @@ -76,12 +76,12 @@
"problemMatcher": []
},
{
"taskName": "Publish",
"label": "Publish",
"type": "shell",
"command": "Invoke-PSake -taskList Publish -buildFile ${workspaceRoot}\\build\\psake.tasks.ps1"
},
{
"taskName": "Test",
"label": "Test",
"type": "shell",
"command": "Invoke-PSake -taskList Test -buildFile ${workspaceRoot}\\build\\psake.tasks.ps1",
"group": {
Expand Down

0 comments on commit 1cf1022

Please sign in to comment.