diff --git a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
index 2c8b3ccbd07..bf3a95bc6ee 100644
--- a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
+++ b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
@@ -82,7 +82,7 @@
_DEBUG;DEBUG;%(PreprocessorDefinitions)
- true
+ DebugFull
diff --git a/vnext/Desktop/React.Windows.Desktop.vcxproj b/vnext/Desktop/React.Windows.Desktop.vcxproj
index 38d6596f298..ec22dfc62ec 100644
--- a/vnext/Desktop/React.Windows.Desktop.vcxproj
+++ b/vnext/Desktop/React.Windows.Desktop.vcxproj
@@ -91,7 +91,7 @@
_DEBUG;DEBUG;%(PreprocessorDefinitions)
- true
+ DebugFull
diff --git a/vnext/PropertySheets/DynamicLibrary/Release.props b/vnext/PropertySheets/DynamicLibrary/Release.props
index 9c2209eb66a..54e946a88c8 100644
--- a/vnext/PropertySheets/DynamicLibrary/Release.props
+++ b/vnext/PropertySheets/DynamicLibrary/Release.props
@@ -16,7 +16,7 @@
true
true
- true
+ DebugFull
diff --git a/vnext/package.json b/vnext/package.json
index 90fc811cfcf..85e6c4061a3 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -18,17 +18,17 @@
"watch": "node node_modules/@office-iss/sdx-build-tools/watch.js"
},
"disabledTasks": [
+ "api-doc",
"copy",
- "reka",
"jest",
"native-bundle:filtered",
- "verify-ts-api",
- "api-doc",
"pack-nuget",
"publish-nuget",
"react-test",
+ "reka",
"trickle",
"ts:amd",
+ "verify-ts-api",
"webpack"
],
"rnpm": {