Skip to content

Commit

Permalink
Update core-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
daalcant committed Apr 7, 2020
1 parent 6717e8a commit f17fb75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ stages:
inputs:
packageType: 'sdk'
version: '3.1.x'
- task: DotNetCoreCLI@2
displayName: Package Restore
inputs:
command: 'restore'
projects: 'UnitTest.Commands/UnitTest.Commands.csproj'
feedsToUse: 'config'
- task: DotNetCoreCLI@2
displayName: 'Build Tests'
inputs:
Expand Down

0 comments on commit f17fb75

Please sign in to comment.