-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Installed product versions
- Visual Studio: Visual Studio 2019 Enterprise
- This extension: 1.2.41
Description
bindings not working, the commands.json get modified and everything but in the Task Runner Explorer after saving the json file the bind disappear, even though it is in the json file
Steps to recreate
- open the task runner explorer
- add an after build binding
- rebuild the solution
- the binding does not run and also disappear from the task runner explorer windows
{
"commands": {
"TestCommand": {
"fileName": "powershell.exe",
"workingDirectory": ".",
"arguments": "Start-Process -FilePath \"C:\\Windows\\System32\\cmd.exe\" -ArgumentList \"\/k\",\"C:\\src\\deployment.cmd\" -Verb RunAs"
}
},
"-vs-binding": { "AfterBuild": [ "TestCommand" ] }
}
if you click on run from the task runner explorer it executes correctly
Current behavior
the binding does not run and also disappear from the task runner explorer windows
Expected behavior
run the binding after the build
Eidorian, ThomasMarangoni, martin211, koenvanderlinden, Hamels and 6 more
Metadata
Metadata
Assignees
Labels
No labels