Commit 050b0a3
Fix Dockerfile path resolution in DockerBuild.ps1.
When the -Dockerfile parameter is provided with a relative path, it now resolves relative to the original current directory (where the script was invoked from) rather than relative to the script's location after Set-Location $PSScriptRoot.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 59ddd69 commit 050b0a3
File tree
1 file changed
+7
-0
lines changed- src/PostSharp.Engineering.BuildTools/Resources
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
0 commit comments