msvc-dev-cmd v1.4.1

This commit is contained in:
ilammy
2020-10-03 17:54:54 +03:00
16 changed files with 128 additions and 61 deletions
+2 -1
View File
@@ -89,6 +89,7 @@ try {
}
// Do stuff
core.info('Output to the actions build log')
}
catch (err) {
core.error(`Error ${err}, action may still succeed though`);
@@ -143,4 +144,4 @@ const core = require('@actions/core');
var pid = core.getState("pidToKill");
process.kill(pid);
```
```