Use netcore3.1 (#111386)

Co-authored-by: Akinwale Alagbe <akalagbe@microsoft.com>
This commit is contained in:
Akinwale Alagbe
2023-07-05 11:21:20 -07:00
committed by GitHub
parent 038c879e4d
commit ac196aa699
3 changed files with 20 additions and 0 deletions
@@ -26,6 +26,11 @@ jobs:
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'
@@ -111,6 +116,11 @@ jobs:
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'
@@ -25,6 +25,11 @@ jobs:
timeoutInMinutes: 0
steps:
#Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Allow scripts to access the system token.
- checkout: self
persistCredentials: true
@@ -25,6 +25,11 @@ jobs:
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'