msvc-dev-cmd v1.2.0

This commit is contained in:
ilammy
2020-04-30 21:28:00 +03:00
11 changed files with 300 additions and 141 deletions
+6
View File
@@ -82,6 +82,12 @@ try {
core.warning('myInput was not set');
}
if (core.isDebug()) {
// curl -v https://github.com
} else {
// curl https://github.com
}
// Do stuff
}
catch (err) {