Commit 730c66d
committed
(build) Don't use Cli version for dogfooding
The globbing pattern that is used to find a GitReleaseManager exe file
includes exe's within the Cli folder, which is a self contained
application. While this seems to run fine locally on my machine,
running it on the CI build isn't working. So let's stick to only using
the .NET Global Tool version of the exe for dogfooding. In addition,
let's output the exe that is being used for future reference.1 parent 51578c0 commit 730c66d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments