Skip to content

Commit 3f18918

Browse files
committed
refactor: Update PowerShell execution target in task.json to use generic PowerShell
1 parent 0575c53 commit 3f18918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partnerId/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
}
3232
],
3333
"execution": {
34-
"PowerShell3": {
34+
"PowerShell": {
3535
"target": "check_and_set_partnerid.ps1"
3636
}
3737
},
3838
"prejobexecution": {
39-
"PowerShell3": {
39+
"PowerShell": {
4040
"target": "check_and_set_partnerid.ps1"
4141
}
4242
}

0 commit comments

Comments
 (0)