Skip to content

Commit 52de7d4

Browse files
authored
Merge pull request #2034 from mikeblome/mb-prebuild2
fixed casing on setting
2 parents ec9ade0 + a663537 commit 52de7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configure a Linux CMake project in Visual Studio"
33
description: "How to configure, edit and compile a Linux CMake project in Visual Studio"
4-
ms.date: "05/03/2019"
4+
ms.date: "05/21/2019"
55
ms.assetid: f8707b32-f90d-494d-ae0b-1d44425fdc25
66
---
77

@@ -147,9 +147,9 @@ You can use these optional settings for more control:
147147

148148
```json
149149
{
150-
"remotePreBuildCommand": "",
150+
"remotePrebuildCommand": "",
151151
"remotePreGenerateCommand": "",
152-
"remotePostBuildCommand": "",
152+
"remotePostbuildCommand": "",
153153
}
154154
```
155155

0 commit comments

Comments
 (0)