You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/troubleshooting.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The reason for this is that the KUDU deploy process fails. This process takes th
10
10
11
11
To resolve this issue, remove the `RestorePackagesWithLockFile` to allow the deployments to go through as expected.
12
12
13
-
## cloud-sync
13
+
## Cloud Sync
14
14
15
15
### The projects left-most mainline environment has changed
16
16
@@ -76,14 +76,14 @@ Your pipeline should now be functioning as expected.
76
76
77
77
For GitHub, see the [Skip cloud-sync in GitHub](troubleshooting.md#skip-cloud-sync-in-github) section.
78
78
79
-
Navigate to your `azure-release-pipeline.yaml` and comment out 35 and 36. More specifically, these two lines:
79
+
Navigate to your `azure-release-pipeline.yaml` and comment out these two lines:
0 commit comments