File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks Expand file tree Collapse file tree 2 files changed +7
-6
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 >
39
40
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
40
41
<CodeSign Condition =" '$(CodeSign)' == '' " >false</CodeSign >
41
42
<!-- Set this true only if you want to test the code sign workflow locally-->
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" />
Original file line number Diff line number Diff line change 28
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
29
<DebugType >pdbonly</DebugType >
30
30
<Optimize >true</Optimize >
31
- <OutputPath >.. \</OutputPath >
31
+ <OutputPath >bin\Release \</OutputPath >
32
32
<DefineConstants >TRACE</DefineConstants >
33
33
<ErrorReport >prompt</ErrorReport >
34
34
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments