Fixed naming

This commit is contained in:
Tim McCarthy 2020-01-24 23:16:15 -08:00
parent 132b191536
commit bcbb4f4225

View File

@ -1,9 +1,9 @@
parameters: parameters:
ProjectName: '' ProjectName: ''
jobs: jobs:
- job: Restore Build and Publish - job: 'Restore, Build, and Publish'
pool: pool:
name: Hosted Ubuntu 1604 name: 'Hosted Ubuntu 1604'
steps: steps:
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'dotnet restore' displayName: 'dotnet restore'