Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Add the 2.1.3 archive baselines and a target to ensure this test is r…
Browse files Browse the repository at this point in the history
…un on PR builds
  • Loading branch information
Nate McMaster committed Aug 10, 2018
1 parent e4161d8 commit a85d99a
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 4 deletions.
12 changes: 9 additions & 3 deletions build/PackageArchive.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<Project>
<Target Name="CheckForPreviousReleaseArchiveBaseline" BeforeTargets="CheckUniverse">
<MSBuild Projects="@(ArchiveProjects)"
Targets="CheckForPreviousReleaseArchiveBaseline" />
</Target>

<ItemGroup>
<ArchiveProjects Include="$(RepositoryRoot)src\PackageArchive\Archive.*\*.*proj" />
</ItemGroup>

<Target Name="BuildFallbackArchive" DependsOnTargets="ResolveRepoInfo;GeneratePropsFiles">

<ItemGroup>
<ArchiveProjects Include="$(RepositoryRoot)src\PackageArchive\Archive.*\*.*proj" />
</ItemGroup>

<PropertyGroup>
<ArchiveBuildProps>
Expand Down
Loading

0 comments on commit a85d99a

Please sign in to comment.