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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ A couple of steps to try:
188
188
- Make sure your code can compile and run (relevant only if you have enabled the `skipBuildAndRestore` toggle in V2)
189
189
- Running npm commands via `.csproj` files is generally unsupported on Umbraco Cloud
190
190
- Create and commit a small change and try deploying again
191
-
- A small change can be adding a dummy text file next to you code files or adding a comment in a cs file.
191
+
- A small change can be adding a dummy text file next to your code files or adding a comment in a `.cs` file.
0 commit comments