Files
msvc-dev-cmd/index.js
T

7 lines
145 B
JavaScript
Raw Normal View History

2019-10-01 22:13:57 +03:00
const core = require('@actions/core')
async function main() {
}
main().catch(() => core.setFailed('could not setup Developer Command Prompt'))