|
229 | 229 |
|
230 | 230 | <!-- |
231 | 231 | SigningKeyPath |
232 | | - Applies to: Build*, Pack* |
| 232 | + Applies to: Build*, Pack* (driver targets only) |
233 | 233 | Description: Path to the key to use to strong name sign binaries. If omitted, binaries |
234 | 234 | will not be strong name signed. |
235 | 235 | For Pack* targets, this only applies to a build - ie, if PackBuild is set to |
|
335 | 335 | <Target Name="Build" DependsOnTargets="BuildLogging;BuildAbstractions;BuildSqlClient;BuildAzure;BuildAkvProvider;BuildSqlServer" /> |
336 | 336 |
|
337 | 337 | <!-- Build all projects in the repo, for all supported OS and TargetFramework combinations.--> |
338 | | - <Target Name="BuildAll" DependsOnTargets="Build;BuildTests;BuildSamples;BuildTools" /> |
| 338 | + <Target Name="BuildAll" DependsOnTargets="Build;BuildTests;BuildSamples" /> |
339 | 339 |
|
340 | 340 | <!-- Clean: Convenience target to remove build/test output --> |
341 | 341 | <Target Name="Clean"> |
|
1061 | 1061 | <AzureTestsProjectPath>$(RepoRoot)src/Microsoft.Data.SqlClient.Extensions/Azure/test/Azure.Test.csproj</AzureTestsProjectPath> |
1062 | 1062 |
|
1063 | 1063 | <SamplesProjectPath>$(RepoRoot)doc/samples/Microsoft.Data.SqlClient.Samples.csproj</SamplesProjectPath> |
1064 | | - |
1065 | | - <GenApiProjectPath>$(RepoRoot)tools/GenAPI/Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj</GenApiProjectPath> |
1066 | 1064 | </PropertyGroup> |
1067 | 1065 |
|
1068 | 1066 | <!-- Build all test projects. --> |
|
1125 | 1123 | Command=""$(DotnetPath)dotnet" build "$(SamplesProjectPath)" $(_DotnetArguments)" /> |
1126 | 1124 | </Target> |
1127 | 1125 |
|
1128 | | - <!-- Build all tools projects. --> |
1129 | | - <Target Name="BuildTools"> |
1130 | | - <Message Importance="High" Text=">>> Building GenAPI"/> |
1131 | | - <Message Text=" Arguments: $(_DotnetArguments)"/> |
1132 | | - <Exec ConsoleToMsBuild="true" |
1133 | | - Command=""$(DotnetPath)dotnet" build "$(GenApiProjectPath)" $(_DotnetArguments)" /> |
1134 | | - </Target> |
1135 | | - |
1136 | 1126 | </Project> |
0 commit comments