Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Jul 21, 2020
1 parent 74d58d1 commit 1adce7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
includePreviewVersions: true
version: 3.1.6
includePreviewVersions: false
version: 3.1.x
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: NuGetToolInstaller@1
- task: PowerShell@2
Expand All @@ -37,8 +37,8 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
includePreviewVersions: true
version: 3.1.6
includePreviewVersions: false
version: 3.1.x
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: Bash@3
inputs:
Expand All @@ -64,8 +64,8 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
includePreviewVersions: true
version: 3.1.6
includePreviewVersions: false
version: 3.1.x
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: Bash@3
inputs:
Expand Down

0 comments on commit 1adce7a

Please sign in to comment.