Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HiltonRoscoe/CdfTools
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed May 10, 2019
2 parents 59e3ca1 + dc0c696 commit befbd2e
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,8 +13,12 @@ variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
# do this before all your .NET Core tasks

steps:
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.400'
- task: NuGetToolInstaller@0

- task: NuGetCommand@2
Expand Down

0 comments on commit befbd2e

Please sign in to comment.