Fix package archive name typo

This commit is contained in:
John Luo 2017-08-09 13:05:42 -07:00
parent e9e7baf3f1
commit 3e0ece9936
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
<PropertyGroup> <PropertyGroup>
<PublishDir Condition="'$(PublishShare)' != ''">$(PublishShare)\fallbackArchives</PublishDir> <PublishDir Condition="'$(PublishShare)' != ''">$(PublishShare)\fallbackArchives</PublishDir>
</PropertyGroup> </PropertyGroup>
<Copy SourceFiles="$(RepositoryRoot)artifacts\$(TimestampOutputPackageName).timestamped.lzma;$(RepositoryRoot)artifacts\$(NoTimestampOutputPackageName).lzma" DestinationFolder="$(PublishDir)" Condition="'$(PublishDir)' != ''" /> <Copy SourceFiles="$(RepositoryRoot)artifacts\$(TimestampOutputPackageName).lzma;$(RepositoryRoot)artifacts\$(NoTimestampOutputPackageName).lzma" DestinationFolder="$(PublishDir)" Condition="'$(PublishDir)' != ''" />
</Target> </Target>
<Target Name="AddManifestsToNupkg"> <Target Name="AddManifestsToNupkg">