Skip to content

Commit 3cb50e3

Browse files
committed
- Try different parameter syntax
1 parent a8d5d1a commit 3cb50e3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

eng/pipelines/build-all-lib.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)
99

1010
parameters:
1111
- name: Projects # List of projects to build
12-
type: string
1312
default: |
14-
**/Microsoft.FluentUI.AspNetCore.Components.csproj;
15-
**/Microsoft.FluentUI.AspNetCore.Components.Icons.csproj;
16-
**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj;
17-
**/Microsoft.FluentUI.AspNetCore.Templates.csproj;
13+
**/Microsoft.FluentUI.AspNetCore.Components.csproj
14+
**/Microsoft.FluentUI.AspNetCore.Components.Icons.csproj
15+
**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj
16+
**/Microsoft.FluentUI.AspNetCore.Templates.csproj
1817
**/Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.csproj
1918
2019
- name: Tests # List of Unit-Test projects to run
21-
type: string
22-
default: '**/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj'
20+
default: **/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj
2321

2422
variables:
2523
- template: /eng/pipelines/version.yml@self

0 commit comments

Comments
 (0)