Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/668#discussion_r92459442
--- Diff: www/docs/en/dev/guide/platforms/win8/index.md ---
@@ -287,6 +287,37 @@ powershell -Command " & {dir -path
cert:\LocalMachine\My | where { $_.Subject -l
Once these final values are provided. Cordova should successfully package
and sign the app.
+## MSBuild build flags
+
+Similar to other platforms ([`--gradleArg` on
Android](../android/index.html#setting-gradle-properties), [`--buildFlag` on
iOS](../ios/index.html#xcode-build-flags)) you can pass custom flags to
MSBuild. To do this you have two options:
+
+- add one or more `--buildFlag` options to `cordova build windows` or
`cordova run windows` commands:
+
+ ```
+ cordova build windows -- --buildFlag /clp:Verbosity=normal
--buildFlag /p:myCustomProperty=Value
--- End diff --
I think there is no big difference since `nopt`, which we use under the
hood, understands both.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]