restore restoring of the archive project
This commit is contained in:
parent
09bf1affbd
commit
77d9b16ad2
|
|
@ -121,9 +121,12 @@
|
||||||
SourceName="Dependencies"
|
SourceName="Dependencies"
|
||||||
SourceUri="$(PackageSource)" />
|
SourceUri="$(PackageSource)" />
|
||||||
|
|
||||||
|
<!-- Restore the target project -->
|
||||||
|
<MSBuild Projects="$(FallbackArchiveProj)" Targets="Restore" Properties="RestorePackagesPath=$(FallbackStagingDir);AspNetPackageVersion=$(AspNetPackageVersion);RestoreConfigFile=$(FallbackRestoreConfigFile)" />
|
||||||
|
|
||||||
<!-- Create the archive -->
|
<!-- Create the archive -->
|
||||||
<Message Text="Producing LZMA Archive, this may take a while..." Importance="high" />
|
<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>
|
||||||
|
|
||||||
<Target Name="BuildFallbackArchive">
|
<Target Name="BuildFallbackArchive">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue