File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
<LibraryToolsFolder >$(LibraryRoot)tools</LibraryToolsFolder >
37
37
<PublishDirectory >$(LibrarySourceFolder)\Publish</PublishDirectory >
38
38
<PackageDirectory >$(LibrarySourceFolder)\Package</PackageDirectory >
39
- <BuildTasksPath >$(LibraryToolsFolder)\BuildPackagesTask\Microsoft.Azure.Build.Tasks\bin\$(Configuration)</BuildTasksPath >
40
39
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
41
40
<CodeSign Condition =" '$(CodeSign)' == '' " >false</CodeSign >
42
41
<!-- Set this true only if you want to test the code sign workflow locally-->
50
49
<Scope Condition =" $(Scope) == '' " >all</Scope >
51
50
<NetCore Condition =" $(NetCore) == '' " >false</NetCore >
52
51
<SkipHelp Condition =" '$(SkipHelp)' == '' " >false</SkipHelp >
52
+ <BuildTasksPath >$(LibraryToolsFolder)\BuildPackagesTask\Microsoft.Azure.Build.Tasks\bin\$(Configuration)</BuildTasksPath >
53
53
</PropertyGroup >
54
54
<ItemGroup >
55
55
<CmdletSolutionsToBuild Include =" .\src\Storage\Storage.sln;.\src\ResourceManager\**\*.sln;.\src\ServiceManagement\ServiceManagement.sln;"
308
308
<Target Name =" BuildMsBuildTask" DependsOnTargets =" RestoreNugetPackages" >
309
309
<MSBuild Projects =" @(LocalBuildTasks)"
310
310
Targets =" Build"
311
- Properties =" Configuration=Debug ;Platform=Any CPU" />
311
+ Properties =" Configuration=$(Configuration) ;Platform=Any CPU" />
312
312
</Target >
313
313
314
314
<Target Name =" CodeSignBinaries" DependsOnTargets =" RestoreNugetPackages;BuildMsBuildTask" >
You can’t perform that action at this time.
0 commit comments