Skip to content

Commit

Permalink
Specify .NET SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 17, 2018
1 parent cebf0ba commit f1d80fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ variables:
BuildConfiguration: Release

steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview-009754'

- task: DotNetCoreCLI@2
inputs:
command: custom
Expand Down

0 comments on commit f1d80fd

Please sign in to comment.