You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the `dotnet-version` input is used along with the `global-json-file` input, the `dotnet-version` output contains the version resolved from the `global.json`.
203
203
204
204
```yaml
205
205
- uses: actions/setup-dotnet@v3
206
-
id: cp310
206
+
id: stepid
207
207
with:
208
208
dotnet-version: |
209
209
3.1.422
210
210
5.0.408
211
211
global-json-file: "./global.json" # contains version 2.2.207
0 commit comments