Open SkyeHoefling opened 3 years ago
During the build process it runs several chocolatey install steps to ensure that all C++ build dependencies are installed. If this step fails it doesn't automatically fail the build.
choco install meson choco install ninja choco install nasm
We need to update this script to fail if there is an issue downloading deps
Description
During the build process it runs several chocolatey install steps to ensure that all C++ build dependencies are installed. If this step fails it doesn't automatically fail the build.
We need to update this script to fail if there is an issue downloading deps
Difficulty: [Easy]