File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <AssemblyName >RunnerService</AssemblyName >
1212 <SignAssembly >false</SignAssembly >
1313 <DelaySign >false</DelaySign >
14- <TargetFrameworkVersion Condition =" '$(Platform)' == 'ARM' " >v4.8</TargetFrameworkVersion >
15- <TargetFrameworkVersion Condition =" '$(Platform)' != 'ARM' " >v4.5</TargetFrameworkVersion >
1614 <FileAlignment >512</FileAlignment >
1715 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1816 </PropertyGroup >
17+ <PropertyGroup Condition =" '$(PackageRuntime)' == 'win-arm64' " >
18+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(PackageRuntime)' != 'win-arm64' " >
21+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
22+ </PropertyGroup >
1923 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2024 <PlatformTarget >AnyCPU</PlatformTarget >
2125 <DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 4343 <Target Name =" Build" DependsOnTargets =" GenerateConstant" >
4444 <MSBuild Targets =" Restore" Projects =" @(ProjectFiles)" StopOnFirstFailure =" true" />
4545 <MSBuild Targets =" Publish" Projects =" @(ProjectFiles)" BuildInParallel =" false" StopOnFirstFailure =" true" Properties =" Configuration=$(BUILDCONFIG);PackageRuntime=$(PackageRuntime);Version=$(RunnerVersion);RuntimeIdentifier=$(PackageRuntime);PublishDir=$(MSBuildProjectDirectory)/../_layout/bin" />
46- <Exec Command =" %22$(DesktopMSBuild)%22 Runner.Service/Windows/RunnerService.csproj /p:Configuration=$(BUILDCONFIG) /p:OutputPath=%22$(MSBuildProjectDirectory)/../_layout/bin%22" ConsoleToMSBuild =" true" Condition =" '$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
46+ <Exec Command =" %22$(DesktopMSBuild)%22 Runner.Service/Windows/RunnerService.csproj /p:Configuration=$(BUILDCONFIG) /p:PackageRuntime=$(PackageRuntime) /p: OutputPath=%22$(MSBuildProjectDirectory)/../_layout/bin%22" ConsoleToMSBuild =" true" Condition =" '$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
4747 </Target >
4848
4949 <Target Name =" Test" DependsOnTargets =" GenerateConstant" >
You can’t perform that action at this time.
0 commit comments