|
405 | 405 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
406 | 406 | </PropertyGroup> |
407 | 407 |
|
408 | | - <Message Text=">>> Building GenAPI project via command: '$(DotnetCommand)'"/> |
| 408 | + <Message Importance="High" Text=">>> Building GenAPI project"/> |
| 409 | + <Message Text=" Command: $(DotnetCommand)"/> |
409 | 410 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
410 | 411 |
|
411 | 412 | <!-- Get the path to the GenAPI artifact --> |
|
434 | 435 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
435 | 436 | </PropertyGroup> |
436 | 437 |
|
437 | | - <Message Text=">>> Building not supported binaries project via command: '$(DotnetCommand)'"/> |
| 438 | + <Message Importance="High" Text=">>> Building not supported binaries project"/> |
| 439 | + <Message Text=" Command: $(DotnetCommand)"/> |
438 | 440 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
439 | 441 | </Target> |
440 | 442 |
|
|
459 | 461 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
460 | 462 | </PropertyGroup> |
461 | 463 |
|
462 | | - <Message Text=">>> Building SqlClient ref binaries via command: $(DotnetCommand)"/> |
| 464 | + <Message Importance="High" Text=">>> Building SqlClient ref binaries"/> |
| 465 | + <Message Text=" Command: $(DotnetCommand)"/> |
463 | 466 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
464 | 467 | </Target> |
465 | 468 |
|
|
486 | 489 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
487 | 490 | </PropertyGroup> |
488 | 491 |
|
489 | | - <Message Text=">>> Building SqlClient for Unix via command: $(DotnetCommand)"/> |
| 492 | + <Message Importance="High" Text=">>> Building SqlClient for Unix"/> |
| 493 | + <Message Text=" Command: $(DotnetCommand)"/> |
490 | 494 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
491 | 495 | </Target> |
492 | 496 |
|
|
512 | 516 | <!-- Convert more than one whitespace character into one space --> |
513 | 517 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
514 | 518 | </PropertyGroup> |
515 | | - <Message Text=">>> Building SqlClient for Windows via command: $(DotnetCommand)" /> |
| 519 | + <Message Importance="High" Text=">>> Building SqlClient for Windows"/> |
| 520 | + <Message Text=" Command: $(DotnetCommand)"/> |
516 | 521 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
517 | 522 | </Target> |
518 | 523 |
|
|
557 | 562 | <!-- Convert more than one whitespace character into one space --> |
558 | 563 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
559 | 564 | </PropertyGroup> |
560 | | - <Message Text=">>> Packing SqlClient via command: $(DotnetCommand)" /> |
| 565 | + <Message Importance="High" Text=">>> Packing SqlClient"/> |
| 566 | + <Message Text=" Command: $(DotnetCommand)"/> |
561 | 567 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
562 | 568 | </Target> |
563 | 569 |
|
|
591 | 597 | <!-- Convert more than one whitespace character into one space --> |
592 | 598 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
593 | 599 | </PropertyGroup> |
594 | | - <Message Text=">>> Running functional tests for SqlClient via command: $(DotnetCommand)" /> |
| 600 | + <Message Importance="High" Text=">>> Running functional tests for SqlClient"/> |
| 601 | + <Message Text=" Command: $(DotnetCommand)"/> |
595 | 602 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
596 | 603 | </Target> |
597 | 604 |
|
|
622 | 629 | <!-- Convert more than one whitespace character into one space --> |
623 | 630 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
624 | 631 | </PropertyGroup> |
625 | | - <Message Text=">>> Running manual tests for SqlClient via command: $(DotnetCommand)" /> |
| 632 | + <Message Importance="High" Text=">>> Running manual tests for SqlClient"/> |
| 633 | + <Message Text=" Command: $(DotnetCommand)"/> |
626 | 634 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
627 | 635 | </Target> |
628 | 636 |
|
|
650 | 658 | <!-- Convert more than one whitespace character into one space --> |
651 | 659 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
652 | 660 | </PropertyGroup> |
653 | | - <Message Text=">>> Running unit tests for SqlClient via command: $(DotnetCommand)" /> |
| 661 | + <Message Importance="High" Text=">>> Running unit tests for SqlClient"/> |
| 662 | + <Message Text=" Command: $(DotnetCommand)"/> |
654 | 663 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
655 | 664 | </Target> |
656 | 665 |
|
|
684 | 693 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
685 | 694 | </PropertyGroup> |
686 | 695 |
|
687 | | - <Message Text=">>> Building Microsoft.Data.SqlClient.AlwaysEncrpyted.AzureKeyVaultProvider via command: $(DotnetCommand)" /> |
| 696 | + <Message Importance="High" Text=">>> Building AKV Provider"/> |
| 697 | + <Message Text=" Command: $(DotnetCommand)"/> |
688 | 698 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
689 | 699 | </Target> |
690 | 700 |
|
|
712 | 722 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
713 | 723 | </PropertyGroup> |
714 | 724 |
|
715 | | - <Message Text=">>> Packaging Microsoft.Data.SqlClient.AlwaysEncrpyted.AzureKeyVaultProvider via command: $(DotnetCommand)" /> |
| 725 | + <Message Importance="High" Text=">>> Packaging AKV Provider"/> |
| 726 | + <Message Text=" Command: $(DotnetCommand)"/> |
716 | 727 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
717 | 728 | </Target> |
718 | 729 |
|
|
745 | 756 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
746 | 757 | </PropertyGroup> |
747 | 758 |
|
748 | | - <Message Text=">>> Building Microsoft.Data.SqlClient.Extensions.Abstractions via command: $(DotnetCommand)" /> |
| 759 | + <Message Importance="High" Text=">>> Building Abstractions"/> |
| 760 | + <Message Text=" Command: $(DotnetCommand)"/> |
749 | 761 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
750 | 762 | </Target> |
751 | 763 |
|
|
771 | 783 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
772 | 784 | </PropertyGroup> |
773 | 785 |
|
774 | | - <Message Text=">>> Packaging Microsoft.Data.SqlClient.Extensions.Abstractions via command: $(DotnetCommand)" /> |
| 786 | + <Message Importance="High" Text=">>> Packaging Abstractions"/> |
| 787 | + <Message Text=" Command: $(DotnetCommand)"/> |
775 | 788 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
776 | 789 | </Target> |
777 | 790 |
|
|
799 | 812 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
800 | 813 | </PropertyGroup> |
801 | 814 |
|
802 | | - <Message Text=">>> Running tests for Abstractions via command: $(DotnetCommand)" /> |
| 815 | + <Message Importance="High" Text=">>> Running tests for Abstractions"/> |
| 816 | + <Message Text=" Command: $(DotnetCommand)"/> |
803 | 817 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
804 | 818 | </Target> |
805 | 819 |
|
|
832 | 846 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
833 | 847 | </PropertyGroup> |
834 | 848 |
|
835 | | - <Message Text=">>> Building Microsoft.Data.SqlClient.Extensions.Azure via command: $(DotnetCommand)" /> |
| 849 | + <Message Importance="High" Text=">>> Building Azure"/> |
| 850 | + <Message Text=" Command: $(DotnetCommand)"/> |
836 | 851 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
837 | 852 | </Target> |
838 | 853 |
|
|
858 | 873 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
859 | 874 | </PropertyGroup> |
860 | 875 |
|
861 | | - <Message Text=">>> Packaging Microsoft.Data.SqlClient.Extensions.Azure via command: $(DotnetCommand)" /> |
| 876 | + <Message Importance="High" Text=">>> Packaging Azure"/> |
| 877 | + <Message Text=" Command: $(DotnetCommand)"/> |
862 | 878 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
863 | 879 | </Target> |
864 | 880 |
|
|
887 | 903 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
888 | 904 | </PropertyGroup> |
889 | 905 |
|
890 | | - <Message Text=">>> Running tests for Abstractions via command: $(DotnetCommand)" /> |
| 906 | + <Message Importance="High" Text=">>> Running tests for Azure"/> |
| 907 | + <Message Text=" Command: $(DotnetCommand)"/> |
891 | 908 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
892 | 909 | </Target> |
893 | 910 |
|
|
915 | 932 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
916 | 933 | </PropertyGroup> |
917 | 934 |
|
918 | | - <Message Text=">>> Building Microsoft.Data.SqlClient.Internal.Logging via command: $(DotnetCommand)" /> |
| 935 | + <Message Importance="High" Text=">>> Building Logging"/> |
| 936 | + <Message Text=" Command: $(DotnetCommand)"/> |
919 | 937 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
920 | 938 | </Target> |
921 | 939 |
|
|
937 | 955 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
938 | 956 | </PropertyGroup> |
939 | 957 |
|
940 | | - <Message Text=">>> Packaging Microsoft.Data.SqlClient.Internal.Logging via command: $(DotnetCommand)" /> |
| 958 | + <Message Importance="High" Text=">>> Packaging Logging"/> |
| 959 | + <Message Text=" Command: $(DotnetCommand)"/> |
941 | 960 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
942 | 961 | </Target> |
943 | 962 |
|
|
965 | 984 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
966 | 985 | </PropertyGroup> |
967 | 986 |
|
968 | | - <Message Text=">>> Building Microsoft.SqlServer.Server via command: $(DotnetCommand)" /> |
| 987 | + <Message Importance="High" Text=">>> Building SqlServer"/> |
| 988 | + <Message Text=" Command: $(DotnetCommand)"/> |
969 | 989 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
970 | 990 | </Target> |
971 | 991 |
|
|
987 | 1007 | <DotnetCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</DotnetCommand> |
988 | 1008 | </PropertyGroup> |
989 | 1009 |
|
990 | | - <Message Text=">>> Packaging Microsoft.SqlServer.Server via command: $(DotnetCommand)" /> |
| 1010 | + <Message Importance="High" Text=">>> Packaging SqlServer"/> |
| 1011 | + <Message Text=" Command: $(DotnetCommand)"/> |
991 | 1012 | <Exec ConsoleToMsBuild="true" Command="$(DotnetCommand)" /> |
992 | 1013 | </Target> |
993 | 1014 |
|
|
1052 | 1073 | <!-- Logging has no tests to build. --> |
1053 | 1074 |
|
1054 | 1075 | <!-- Build Abstractions tests, which don't have conditional TFMs. --> |
1055 | | - <Message Text=">>> Building Abstractions.Tests with arguments: $(_DotnetArguments)"/> |
| 1076 | + <Message Importance="High" Text=">>> Building Abstractions.Tests"/> |
| 1077 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1056 | 1078 | <Exec ConsoleToMsBuild="true" |
1057 | 1079 | Command=""$(DotnetPath)dotnet" build "$(AbstractionsTestsProjectPath)" $(_DotnetArguments)" /> |
1058 | 1080 |
|
1059 | 1081 | <!-- Build SqlClient UnitTests (project references only, no ReferenceType). --> |
1060 | | - <Message Text=">>> Building SqlClient UnitTests for %(_OsValues.Identity)"/> |
| 1082 | + <Message Importance="High" Text=">>> Building SqlClient UnitTests for %(_OsValues.Identity)"/> |
1061 | 1083 | <Exec ConsoleToMsBuild="true" |
1062 | 1084 | Command=""$(DotnetPath)dotnet" build "$(UnitTestsProjectPath)" -p:Configuration=$(Configuration) -p:OS=%(_OsValues.Identity)" /> |
1063 | 1085 |
|
1064 | 1086 | <!-- Build SqlClient FunctionalTests. --> |
1065 | | - <Message Text=">>> Building SqlClient FunctionalTests for %(_OsValues.Identity) with arguments: $(_DotnetArguments)"/> |
| 1087 | + <Message Importance="High" Text=">>> Building SqlClient FunctionalTests for %(_OsValues.Identity)"/> |
| 1088 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1066 | 1089 | <Exec ConsoleToMsBuild="true" |
1067 | 1090 | Command=""$(DotnetPath)dotnet" build "$(FunctionalTestsProjectPath)" $(_DotnetArguments) -p:OS=%(_OsValues.Identity)" /> |
1068 | 1091 |
|
1069 | 1092 | <!-- Build SqlClient ManualTests. --> |
1070 | | - <Message Text=">>> Building SqlClient ManualTests for %(_OsValues.Identity) with arguments: $(_DotnetArguments)"/> |
| 1093 | + <Message Importance="High" Text=">>> Building SqlClient ManualTests for %(_OsValues.Identity)"/> |
| 1094 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1071 | 1095 | <Exec ConsoleToMsBuild="true" |
1072 | 1096 | Command=""$(DotnetPath)dotnet" build "$(ManualTestsProjectPath)" $(_DotnetArguments) -p:OS=%(_OsValues.Identity)" /> |
1073 | 1097 |
|
1074 | 1098 | <!-- Build SqlClient PerformanceTests. --> |
1075 | | - <Message Text=">>> Building SqlClient PerformanceTests for %(_OsValues.Identity) with arguments: $(_DotnetArguments)"/> |
| 1099 | + <Message Importance="High" Text=">>> Building SqlClient PerformanceTests for %(_OsValues.Identity)"/> |
| 1100 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1076 | 1101 | <Exec ConsoleToMsBuild="true" |
1077 | 1102 | Command=""$(DotnetPath)dotnet" build "$(PerformanceTestsProjectPath)" $(_DotnetArguments) -p:OS=%(_OsValues.Identity)" /> |
1078 | 1103 |
|
1079 | 1104 | <!-- Build SqlClient StressTests. --> |
1080 | | - <Message Text=">>> Building SqlClient StressTests for %(_OsValues.Identity) with arguments: $(_DotnetArguments)"/> |
| 1105 | + <Message Importance="High" Text=">>> Building SqlClient StressTests for %(_OsValues.Identity)"/> |
| 1106 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1081 | 1107 | <Exec ConsoleToMsBuild="true" |
1082 | 1108 | Command=""$(DotnetPath)dotnet" build "$(StressTestsProjectPath)" $(_DotnetArguments) -p:OS=%(_OsValues.Identity)" /> |
1083 | 1109 |
|
1084 | 1110 | <!-- Build Azure tests. --> |
1085 | | - <Message Text=">>> Building Azure.Tests for %(_OsValues.Identity) with arguments: $(_DotnetArguments)"/> |
| 1111 | + <Message Importance="High" Text=">>> Building Azure.Tests for %(_OsValues.Identity)"/> |
| 1112 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1086 | 1113 | <Exec ConsoleToMsBuild="true" |
1087 | 1114 | Command=""$(DotnetPath)dotnet" build "$(AzureTestsProjectPath)" $(_DotnetArguments) -p:OS=%(_OsValues.Identity)" /> |
1088 | 1115 |
|
|
1092 | 1119 |
|
1093 | 1120 | <!-- Build all sample projects. --> |
1094 | 1121 | <Target Name="BuildSamples"> |
1095 | | - <Message Text=">>> Building Samples with arguments: $(_DotnetArguments)"/> |
| 1122 | + <Message Importance="High" Text=">>> Building Samples"/> |
| 1123 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1096 | 1124 | <Exec ConsoleToMsBuild="true" |
1097 | 1125 | Command=""$(DotnetPath)dotnet" build "$(SamplesProjectPath)" $(_DotnetArguments)" /> |
1098 | 1126 | </Target> |
1099 | 1127 |
|
1100 | 1128 | <!-- Build all tools projects. --> |
1101 | 1129 | <Target Name="BuildTools"> |
1102 | | - <Message Text=">>> Building GenAPI with arguments: $(_DotnetArguments)"/> |
| 1130 | + <Message Importance="High" Text=">>> Building GenAPI"/> |
| 1131 | + <Message Text=" Arguments: $(_DotnetArguments)"/> |
1103 | 1132 | <Exec ConsoleToMsBuild="true" |
1104 | 1133 | Command=""$(DotnetPath)dotnet" build "$(GenApiProjectPath)" $(_DotnetArguments)" /> |
1105 | 1134 | </Target> |
|
0 commit comments