Skip to content

Commit fc98040

Browse files
baronfelKrzysztof-Cieslak
authored andcommitted
use global json for azure build task
1 parent 72d9cfd commit fc98040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
pool:
55
vmImage: 'vs2017-win2016'
66
steps:
7-
- task: DotNetCoreInstaller@0
8-
displayName: 'Install .net core 3.0'
7+
- task: UseDotNet@2
8+
displayName: 'Install .net core'
99
inputs:
10-
version: '3.0.100'
10+
useGlobalJson: true
1111
- script: dotnet tool restore
1212
displayName: Install FAKE
1313
- script: dotnet fake build

0 commit comments

Comments
 (0)