Skip to content

Commit

Permalink
Upate build script (fix missing package)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmurari committed Jun 6, 2020
1 parent 26320bc commit 7303e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/alexmurari/Exprelsior/</RepositoryUrl>
<PackageProjectUrl>https://github.com/alexmurari/Exprelsior/</PackageProjectUrl>
<!-- Keep package release notes section without indentation -->
<PackageReleaseNotes>
<!-- Keep the section inside CDATA without indentation -->
<![CDATA[
- Assemblies are strong-name signed
- Other minor code improvements
]]>
</PackageReleaseNotes>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ artifacts:

- path: Exprelsior/bin/$(configuration)/Package/*.nupkg

- path: Exprelsior.Shared/bin/$(configuration)/Package/*.nupkg

#---------------------------------#
# deploy configuration #
#---------------------------------#
Expand Down

0 comments on commit 7303e3f

Please sign in to comment.