Browse Source

Fixed job name

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

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

@ -1,7 +1,7 @@
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:


Loading…
Cancel
Save