Commit ce78eff
Fix git safe.directory path normalization in DockerBuild.ps1
The regex '\\' was looking for double backslashes but Windows paths
have single backslashes. Changed to '\' to properly convert C:\path
to C:/path for git safe.directory config.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 31f1cbc commit ce78eff
File tree
2 files changed
+2
-2
lines changed- src/PostSharp.Engineering.BuildTools/Resources
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
| |||
0 commit comments