Skip to content

Commit 969fce2

Browse files
update build
1 parent b3d9340 commit 969fce2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
displayName: 'Install .NET Core 3.x SDK'
1212
inputs:
1313
packageType: 'sdk'
14-
version: '3.0.100'
15-
includePreviewVersions: true
14+
useGlobalJson: true
1615
- task: Bash@3
1716
displayName: 'Build Script'
1817
inputs:
@@ -27,8 +26,7 @@ jobs:
2726
displayName: 'Install .NET Core 3.x SDK'
2827
inputs:
2928
packageType: 'sdk'
30-
version: '3.0.100'
31-
includePreviewVersions: true
29+
useGlobalJson: true
3230
- task: PowerShell@2
3331
displayName: 'Build Script'
3432
inputs:

0 commit comments

Comments
 (0)