restore restoring of the archive project

This commit is contained in:
Andrew Stanton-Nurse 2017-04-27 15:38:05 -07:00
parent 09bf1affbd
commit 77d9b16ad2
1 changed files with 4 additions and 1 deletions

View File

@ -121,9 +121,12 @@
SourceName="Dependencies"
SourceUri="$(PackageSource)" />
<!-- Restore the target project -->
<MSBuild Projects="$(FallbackArchiveProj)" Targets="Restore" Properties="RestorePackagesPath=$(FallbackStagingDir);AspNetPackageVersion=$(AspNetPackageVersion);RestoreConfigFile=$(FallbackRestoreConfigFile)" />
<!-- Create the archive -->
<Message Text="Producing LZMA Archive, this may take a while..." Importance="high" />
<Exec Command="dotnet $(ArchiverPath) -a $(FallbackOutputArchive) $(FallbackStagingDir)" />
<Exec Command="$(ArchiverPath) -a $(FallbackOutputArchive) $(FallbackStagingDir)" />
</Target>
<Target Name="BuildFallbackArchive">