-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MSVC v142 - VS 2019 C++ x64/x86 Build Tools (v14.25) #1076
Comments
Finaly I get a work arround.
finaly installing component using this script :
that runs only 8s makes our build work again. So my question is: "can we avoid this installation as it seems component is somehow there?" our yml file: https://github.com/Mobsya/aseba/blob/master/azure-pipelines.yml |
Thank you for feature request, we will consider pre-installing this component |
Thank for considering. |
Unfortunately, no idea why installation is not stable in runtime. We use the following code to install VS during image generation: https://github.com/actions/virtual-environments/blob/master/images/win/scripts/ImageHelpers/InstallHelpers.ps1#L66 |
@mbonani we already have vsinstaller on VM so you are able to use something like this and it can be a more stable option:
|
@miketimofeev Thank for your advise. |
Microsoft.VisualStudio.Component.VC.14.25.x86.x64 has been added to Visual Studio deployment. |
Thanks all is working. |
del submod Removed submodule [no ci] link right lib [no ci] add getopt-for-visual-studio/20200201
MSVC v142 - VS 2019 C++ x64/x86 build tools : how can i add it ? |
Tool information
Area for Triage:
"C/C++" Visual Studio
Question, Bug, or Feature?:
"Question" "Feature"
Virtual environments affected
Can this tool be installed during the build?
If yes I want to know how
Tool installation time in runtime
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: