Commit a606c89
committed
fix for #108
Update action.yml so the checks and installations that previously ran only when DOTNET_VALIDATION_ENABLED is true also run when TERMINOLOGY_SERVICE_BFARM_ENABLED is enabled. The conditionals for "Check if .NET is installed" and "Install Firely.Terminal" were updated to test either input, and the INPUT_TERMINOLOGY_SERVICE_BFARM_ENABLED input is exposed to the shell environment for those steps. This ensures required tooling is validated/installed when the terminology service feature is enabled.1 parent b63afc8 commit a606c89
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | | - | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments