Switch to using stage 0 sdk

This commit is contained in:
Nathan Mytelka 2021-04-26 11:31:16 -07:00
parent 9b276b33a7
commit 0a135650c2

View file

@ -497,8 +497,7 @@
<SampleProjectForResolveAssemblyReferenceCache Include="$(RepoRoot)\TestAssets\TestProjects\RARPreCacheProject\**\*.*" />
</ItemGroup>
<Copy SourceFiles="@(SampleProjectForResolveAssemblyReferenceCache)" DestinationFiles="$(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\%(RecursiveDir)%(FileName)%(Extension)" />
<Exec Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))" Command="$(RedistLayoutPath)dotnet.exe msbuild $(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\RARPreCacheProject.csproj /t:ResolveAssemblyReferences /p:AssemblyInformationCacheOutputPath=$(RedistLayoutPath)sdk\$(Version)\SDKPrecomputedAssemblyReferences.cache /restore" />
<Exec Condition="!$([MSBuild]::IsOSPlatform('WINDOWS'))" Command="$(RedistLayoutPath)dotnet msbuild $(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\RARPreCacheProject.csproj /t:ResolveAssemblyReferences /p:AssemblyInformationCacheOutputPath=$(RedistLayoutPath)sdk\$(Version)\SDKPrecomputedAssemblyReferences.cache /restore" />
<MSBuild Projects="$(RepoRoot)\artifacts\bin\redist\$(Configuration)\RARPreCacheProject\RARPreCacheProject.csproj" Properties="AssemblyInformationCacheOutputPath=$(RedistLayoutPath)sdk\$(Version)\SDKPrecomputedAssemblyReferences.cache" Targets="ResolveAssemblyReferences" />
</Target>
<Target Name="GenerateLayout"