Skip to content

Commit 307192f

Browse files
committed
Tweaks
1 parent 7f5514c commit 307192f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/advanced-deployment-options.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ During deployment, the system will do an automatic check for downgrades of Clou
1111
Enabling **skipVersionCheck** will bypass that safeguard and allow deployments that include downgraded packages.
1212

1313
{% hint style="info" %}
14-
Note: this option increases risk and is not recommended for normal workflows. Only enable it when you understand the package differences and accept the potential consequences.
14+
This option increases risk and is not recommended for normal workflows. Only enable it when you understand the package differences and accept the potential consequences.
1515
{% endhint %}
1616

17-
**This is generally not recommended**
18-
1917
## Option: noBuildAndRestore
2018

2119
The Umbraco CI/CD flow runs the deployment in an isolated instance and performs `dotnet restore` and `dotnet build` to catch obvious build issues before deploying to Cloud. Enabling **noBuildAndRestore** skips the restore and build steps in that isolated instance, which can shorten deployment time by a few minutes.

0 commit comments

Comments
 (0)