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 42f1f58 commit 5681523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
steps:
- task: DotNetCoreInstaller@0
inputs:
version: 'v3.0.0-preview6' # replace this value with the version that you need for your project
version: '3.x' # replace this value with the version that you need for your project

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 5681523

Please sign in to comment.