|
49 | 49 | <Scope Condition=" $(Scope) == '' " >all</Scope>
|
50 | 50 | <NetCore Condition=" $(NetCore) == '' " >false</NetCore>
|
51 | 51 | <SkipHelp Condition =" '$(SkipHelp)' == '' ">false</SkipHelp>
|
| 52 | + <BuildTasksPath>$(LibraryToolsFolder)\BuildPackagesTask\Microsoft.Azure.Build.Tasks\bin\$(Configuration)</BuildTasksPath> |
52 | 53 | </PropertyGroup>
|
53 | 54 | <ItemGroup>
|
54 | 55 | <CmdletSolutionsToBuild Include=".\src\Storage\Storage.sln;.\src\ResourceManager\**\*.sln;.\src\ServiceManagement\ServiceManagement.sln;"
|
|
66 | 67 | </ItemGroup>
|
67 | 68 |
|
68 | 69 | <!-- Tasks -->
|
69 |
| - <UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" /> |
70 |
| - <UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" /> |
71 |
| - <UsingTask TaskName="DebugTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" /> |
72 |
| - <UsingTask TaskName="VerifyAuthenticodeSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" /> |
73 |
| - <UsingTask TaskName="SmartTestingTask" AssemblyFile="$(LibraryToolsFolder)\BuildPackagesTask\Microsoft.Azure.Build.Tasks\bin\Debug\Microsoft.Azure.Build.Tasks.dll" /> |
| 70 | + <UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(BuildTasksPath)\Microsoft.Azure.Build.Tasks.dll" /> |
| 71 | + <UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(BuildTasksPath)\Microsoft.Azure.Build.Tasks.dll" /> |
| 72 | + <UsingTask TaskName="DebugTask" AssemblyFile="$(BuildTasksPath)\Microsoft.Azure.Build.Tasks.dll" /> |
| 73 | + <UsingTask TaskName="VerifyAuthenticodeSignatureTask" AssemblyFile="$(BuildTasksPath)\Microsoft.Azure.Build.Tasks.dll" /> |
| 74 | + <UsingTask TaskName="SmartTestingTask" AssemblyFile="$(BuildTasksPath)\Microsoft.Azure.Build.Tasks.dll" /> |
74 | 75 | <UsingTask TaskName="SetEnvVar" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll" >
|
75 | 76 | <ParameterGroup>
|
76 | 77 | <EnvName ParameterType="System.String" Required="true" />
|
|
307 | 308 | <Target Name="BuildMsBuildTask" DependsOnTargets="RestoreNugetPackages">
|
308 | 309 | <MSBuild Projects="@(LocalBuildTasks)"
|
309 | 310 | Targets="Build"
|
310 |
| - Properties="Configuration=Debug;Platform=Any CPU" /> |
| 311 | + Properties="Configuration=$(Configuration);Platform=Any CPU" /> |
311 | 312 | </Target>
|
312 | 313 |
|
313 | 314 | <Target Name="CodeSignBinaries" DependsOnTargets="RestoreNugetPackages;BuildMsBuildTask">
|
|
0 commit comments