derped again

This commit is contained in:
Andrew Stanton-Nurse 2017-04-27 15:34:39 -07:00
parent ac508e9ef3
commit 09bf1affbd
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@
SourceUri="$(PackageSource)" />
<!-- Create the archive -->
<Error Text="Archiver failed to build? Could not find it at $(ArchiverBinary)" Condition="!Exists('$(ArchiverBinary)')" />
<Message Text="Producing LZMA Archive, this may take a while..." Importance="high" />
<Exec Command="dotnet $(ArchiverPath) -a $(FallbackOutputArchive) $(FallbackStagingDir)" />
</Target>