From bcbb4f4225430cbac7d1b64a44d951c0ac861a6e Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 24 Jan 2020 23:16:15 -0800 Subject: [PATCH] Fixed naming --- build/aro/azure-devops/webapp-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/aro/azure-devops/webapp-build.yml b/build/aro/azure-devops/webapp-build.yml index c95c13685..436c11330 100644 --- a/build/aro/azure-devops/webapp-build.yml +++ b/build/aro/azure-devops/webapp-build.yml @@ -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'