Skip to content

Commit ab5ad47

Browse files
committed
Allow the task to run on linux
1 parent 264bb5e commit ab5ad47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ElmahIoDeploymentNotification/task.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@
4444
"instanceNameFormat": "elmah.io Deployment Notification $(project)",
4545
"execution": {
4646
"PowerShell3": {
47-
"target": "notify.ps1"
47+
"target": "notify.ps1",
48+
"platforms": [
49+
"windows",
50+
"linux",
51+
"darwin"
52+
],
53+
"pwsh": true
4854
}
4955
}
5056
}

0 commit comments

Comments
 (0)