We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dee551 commit df92428Copy full SHA for df92428
1 file changed
pipelines/CZ.AspNetCore.EasyAuthAuthentication.yaml
@@ -36,7 +36,9 @@ stages:
36
displayName: 'Install dotnet core SDK'
37
inputs:
38
packageType: 'sdk'
39
- useGlobalJson: true
+ # because use global json currently takes always the defined version
40
+ # and ignores the `rollForward` flag we fall back to this:
41
+ version: 3.1.x
42
43
- task: DotNetCoreCLI@2
44
displayName: 'Install GitVersion: $(GitVersion)'
0 commit comments