derped again
This commit is contained in:
parent
ac508e9ef3
commit
09bf1affbd
|
|
@ -122,7 +122,6 @@
|
||||||
SourceUri="$(PackageSource)" />
|
SourceUri="$(PackageSource)" />
|
||||||
|
|
||||||
<!-- Create the archive -->
|
<!-- 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" />
|
<Message Text="Producing LZMA Archive, this may take a while..." Importance="high" />
|
||||||
<Exec Command="dotnet $(ArchiverPath) -a $(FallbackOutputArchive) $(FallbackStagingDir)" />
|
<Exec Command="dotnet $(ArchiverPath) -a $(FallbackOutputArchive) $(FallbackStagingDir)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue