We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f289cbc commit 9d16ed0Copy full SHA for 9d16ed0
.github/actions/build/action.yml
@@ -31,7 +31,8 @@ inputs:
31
build-project-glob-pattern:
32
description: 'Search pattern for source code. Default: **/*.csproj'
33
required: false
34
- default: **/*.csproj
+ default: |
35
+ **/*.csproj
36
upload-build-artifacts:
37
description: 'Upload build artifacts, Default: ''true'''
38
0 commit comments