Skip to content

Commit

Permalink
Allow 'empty' commit or projects in manual runs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Aug 11, 2023
1 parent 66fc630 commit d550053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ parameters:
- name: git_commit_ids
type: string
displayName: Build Commit IDs
default: ''
default: ' '
- name: project_to_build
type: string
displayName: Project(s) to Build
default: ''
default: ' '
- name: build_aspnetcore
type: boolean
displayName: Force build C3D.Extensions.Playwright.AspNetCore
Expand Down

0 comments on commit d550053

Please sign in to comment.