Native AOT and CI/CD support (via Github Actions for example) #95902
-
The "prerequisites" section at https://aka.ms/nativeaot-prerequisites mentions that I need a VS 2022 installation with "Desktop C++" component fully included for So, in other words, if I need to run AOT-publishing inside a Github Aciton or another CD tool, I will need a full blown VS 2022 installation in the runner, correct? Or maybe a smaller setup is available? Like MSVC CLI-tools etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What you only need is the MSVC build tools. |
Beta Was this translation helpful? Give feedback.
What you only need is the MSVC build tools.
There're prebuilt winserver images for CI which already contain such tools, alternatively you can also use the command line to deploy Visual Studio BuildTools 2022 during the CI.