Browse Source

Fixed naming

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
bcbb4f4225
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build/aro/azure-devops/webapp-build.yml

+ 2
- 2
build/aro/azure-devops/webapp-build.yml View File

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


Loading…
Cancel
Save