Skip to content

Commit 9e1a994

Browse files
authored
Merge pull request #8039 from ghogen/msb8066
new page draft for msb8066
2 parents 60b7a61 + 5bdc960 commit 9e1a994

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/msbuild/errors/msb8066.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "MSB8066: Custom build for 'item-list' exited with code 'error'"
3+
description: "This error occurs when a custom build specified for a list of items exited with a non-zero error code."
4+
ms.date: "04/21/2021"
5+
ms.topic: "error-reference"
6+
f1_keywords:
7+
- MSB8066
8+
dev_langs:
9+
- "C++"
10+
author: ghogen
11+
ms.author: ghogen
12+
manager: jmartens
13+
ms.workload:
14+
- "multiple"
15+
---
16+
# MSB8066: Custom build for 'item-list' exited with code 'error code'
17+
18+
This error occurs when a custom build specified for a list of items exited with a non-zero error code.
19+
20+
To investigate the error, check the build output or build log to see if the custom build step produced an error with information about the problem. If not, try running it separately to check for any problems or unexpected behavior.
21+
22+
See [Understanding custom build steps and build events](/cpp/build/understanding-custom-build-steps-and-build-events)
23+

docs/msbuild/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@
498498
href: errors/msb8040.md
499499
- name: MSB8041
500500
href: errors/msb8041.md
501+
- name: MSB8066
502+
href: errors/msb8066.md
501503
- name: Use MSBuild programmatically
502504
items:
503505
- name: Overview

0 commit comments

Comments
 (0)