Skip to content

Commit df92428

Browse files
committed
fixes dotnet version
1 parent 4dee551 commit df92428

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pipelines/CZ.AspNetCore.EasyAuthAuthentication.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ stages:
3636
displayName: 'Install dotnet core SDK'
3737
inputs:
3838
packageType: 'sdk'
39-
useGlobalJson: true
39+
# 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
4042

4143
- task: DotNetCoreCLI@2
4244
displayName: 'Install GitVersion: $(GitVersion)'

0 commit comments

Comments
 (0)