Skip to content

Restore testassets during build to prevent timeouts #8038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2019

Conversation

pranavkm
Copy link
Contributor

Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1695

We did something similar in master (See dotnet/razor@7f49b97). This back-ports the change to improve test reliability. There are some packages like FSharp.Core that currently exclusively get restored during test run.

@@ -32,6 +32,7 @@
<Reference Include="Microsoft.AspNetCore.Razor.Design" />
<Reference Include="rzc" />
<Reference Include="Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib" />
<ProjectReference Include="..\testassets\RestoreTestProjects\RestoreTestProjects.csproj" ReferenceOutputAssembly="false" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra space.

@pranavkm pranavkm force-pushed the prkrishn/restore-early branch from de8eaf7 to 1d170a3 Compare February 28, 2019 19:09
@pranavkm
Copy link
Contributor Author

@mkArtakMSFT what's the process for making a 2.1 \ 2.2 change?

@pranavkm pranavkm merged commit a2e6322 into release/2.1 Mar 1, 2019
@pranavkm pranavkm deleted the prkrishn/restore-early branch March 1, 2019 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants