Skip to content

Commit 4ef4eaf

Browse files
committed
Update feature pipeline
1 parent 1021250 commit 4ef4eaf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
File renamed without changes.

builds/template-steps-build-test.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ steps:
77
"C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start
88
99
- task: UseDotNet@2
10-
displayName: 'Install .NET Core SDK'
10+
displayName: 'Install .NET Core SDK 2.1.x LTS'
1111
inputs:
12-
version: '$(NetCoreSdkVersion)'
12+
version: '2.1.x'
13+
14+
- task: UseDotNet@2
15+
displayName: 'Install .NET Core SDK 3.1.x LTS'
16+
inputs:
17+
version: '3.1.x'
1318

1419
- task: DotNetCoreCLI@2
1520
displayName: '.NET Restore'

0 commit comments

Comments
 (0)