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
With the move to latest arcade, we can occassionaly be getting updates to global.json which specify a preview version of .NET.
As of now, such pushes will crash CI jobs that happen to use the `UseDotNet@2` task. The ones using build script work just fine as of now already.
This changes the config `includePreviewVersions` for the task to allow preview versions
0 commit comments