ilammy / msvc-dev-cmd

GitHub Action to setup Developer Command Prompt for Microsoft Visual C++
MIT License
338 stars 49 forks source link

export setupMSVCDevCmd to allow library usage #47

Closed aminya closed 3 years ago

aminya commented 3 years ago

@ilammy This exports the function that performs the installation. It allows me to use this function directly inside my setup-cpp action

ilammy commented 3 years ago

@aminya, you don't need this to be published on npm or anywhere, as you'd just include this code via submodules, right?