File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - name : Run GitVersion
5555 id : gitversion
56+ # GitVersion.yml at the repo root is picked up automatically.
5657 uses : gittools/actions/gitversion/execute@v4.5.0
57- with :
58- useConfigFile : true
5958
6059 - name : Require a stable Terminal.Gui pin for stable releases
6160 if : github.event.inputs.release_type == 'stable'
Original file line number Diff line number Diff line change 4444 - name : Run GitVersion
4545 if : github.ref_type != 'tag'
4646 id : gitversion
47+ # GitVersion.yml at the repo root is picked up automatically.
4748 uses : gittools/actions/gitversion/execute@v4.5.0
48- with :
49- useConfigFile : true
5049
5150 - name : Compute version
5251 id : v
Original file line number Diff line number Diff line change 3636 Override per-build via -p:TerminalGuiVersion=<x>; use -p:UseLocalTerminalGui=true
3737 to build against the ../Terminal.Gui enlistment instead (see Directory.Build.targets).
3838 -->
39- <TerminalGuiVersion Condition =" '$(TerminalGuiVersion)' == ''" >2.4.6 </TerminalGuiVersion >
39+ <TerminalGuiVersion Condition =" '$(TerminalGuiVersion)' == ''" >2.4.8 </TerminalGuiVersion >
4040 </PropertyGroup >
4141
4242 <ItemGroup >
You can’t perform that action at this time.
0 commit comments