We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439c53d commit 6733d84Copy full SHA for 6733d84
1 file changed
build/generateWrapperExtension.js
@@ -117,10 +117,10 @@ export default async function buildWrapperExtension() {
117
chalkUtils.error(
118
"Could not find MSBuild. Please install MSBuild and try again."
119
);
120
- hadError = true;
+ hadOptionalError = true;
121
}
122
123
- if (!hadError) {
+ if (!hadError && !hadOptionalError) {
124
try {
125
// Build each configuration
126
for (const config of configurations) {
0 commit comments