File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,15 @@ name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)
99
1010parameters :
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
2422variables :
2523 - template : /eng/pipelines/version.yml@self
You can’t perform that action at this time.
0 commit comments