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
ibigbug committed Jun 20, 2019
1 parent 0105a21 commit c99ec03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ variables:
buildConfiguration: 'Release'

steps:

- task: NuGetToolInstaller@0
inputs:
versionSpec: '5.1.0'
#checkLatest: false # Optional

- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview6-012264' # replace this value with the version that you need for your project
Expand Down

0 comments on commit c99ec03

Please sign in to comment.