File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
88 </PropertyGroup >
99
10+ <PropertyGroup Condition =" $(PackageRuntime.StartsWith('win'))" >
11+ <ApplicationIcon >..\Misc\layoutbin\azure-pipelines-agent.ico</ApplicationIcon >
12+ </PropertyGroup >
13+
1014 <ItemGroup >
1115 <ProjectReference Include =" ..\Agent.Sdk\Agent.Sdk.csproj" />
1216 <ProjectReference Include =" ..\Microsoft.VisualStudio.Services.Agent\Microsoft.VisualStudio.Services.Agent.csproj" />
Original file line number Diff line number Diff line change 77 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
88 </PropertyGroup >
99
10+ <PropertyGroup Condition =" $(PackageRuntime.StartsWith('win'))" >
11+ <ApplicationIcon >..\Misc\layoutbin\azure-pipelines-agent.ico</ApplicationIcon >
12+ </PropertyGroup >
13+
1014 <ItemGroup >
1115 <ProjectReference Include =" ..\Agent.Sdk\Agent.Sdk.csproj" />
1216 </ItemGroup >
Original file line number Diff line number Diff line change 1515 <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
1616 <FileAlignment >512</FileAlignment >
1717 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
18+ <ApplicationIcon >..\..\Misc\layoutbin\azure-pipelines-agent.ico</ApplicationIcon >
1819 </PropertyGroup >
1920 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2021 <PlatformTarget >AnyCPU</PlatformTarget >
Original file line number Diff line number Diff line change 77 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
88 </PropertyGroup >
99
10+ <PropertyGroup Condition =" $(PackageRuntime.StartsWith('win'))" >
11+ <ApplicationIcon >..\Misc\layoutbin\azure-pipelines-agent.ico</ApplicationIcon >
12+ </PropertyGroup >
13+
1014 <ItemGroup >
1115 <ProjectReference Include =" ..\Microsoft.VisualStudio.Services.Agent\Microsoft.VisualStudio.Services.Agent.csproj" />
1216 <ProjectReference Include =" ..\Agent.Sdk\Agent.Sdk.csproj" />
Original file line number Diff line number Diff line change 113113
114114 <ItemGroup >
115115 <LayoutRootFilesToDelete Include =" $(LayoutRoot)/*.cmd" Condition =" '$(PackageRuntime)' != 'win-x64' And '$(PackageRuntime)' != 'win-x86' And '$(PackageRuntime)' != 'win-arm64'" />
116+ <LayoutRootFilesToDelete Include =" $(LayoutRoot)/bin/azure-pipelines-agent.ico" Condition =" '$(PackageRuntime)' != 'win-x64' And '$(PackageRuntime)' != 'win-x86' And '$(PackageRuntime)' != 'win-arm64'" />
116117 <LayoutRootFilesToDelete Include =" $(LayoutRoot)/*.sh" Condition =" '$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
117118 <LayoutRootFilesToDelete Include =" $(LayoutRoot)/license.html" Condition =" '$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
118119 <LayoutRootFilesToDelete Include =" $(LayoutRoot)/bin/AgentService.js" Condition =" '$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
You can’t perform that action at this time.
0 commit comments