Switch to calling RAR directly
This commit is contained in:
parent
0a135650c2
commit
b956cb7a9f
3 changed files with 1 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace RARPreCacheProject
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -493,11 +493,7 @@
|
|||
</Target>
|
||||
|
||||
<Target Name="GeneratePrecomputedRarCache" DependsOnTargets="LayoutTemplates;LayoutManifests;LayoutBundledTools">
|
||||
<ItemGroup>
|
||||
<SampleProjectForResolveAssemblyReferenceCache Include="$(RepoRoot)\TestAssets\TestProjects\RARPreCacheProject\**\*.*" />
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(SampleProjectForResolveAssemblyReferenceCache)" DestinationFiles="$(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\%(RecursiveDir)%(FileName)%(Extension)" />
|
||||
<MSBuild Projects="$(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\RARPreCacheProject.csproj" Properties="AssemblyInformationCacheOutputPath=$(RedistLayoutPath)sdk\$(Version)\SDKPrecomputedAssemblyReferences.cache" Targets="ResolveAssemblyReferences" />
|
||||
<ResolveAssemblyReference AssemblyFiles="$(RepoRoot)\**\*.dll" Silent="true" AssemblyInformationCacheOutputPath="$(RedistLayoutPath)sdk\$(Version)\SDKPrecomputedAssemblyReferences.cache" SearchPaths="$(RepoRoot)\**" />
|
||||
</Target>
|
||||
|
||||
<Target Name="GenerateLayout"
|
||||
|
|
Loading…
Reference in a new issue