Skip to content

Commit e54c35b

Browse files
reinaldocoelho_cpreinaldocoelho_cp
authored andcommitted
Change appveyor.yml to correct artifacts.
1 parent 920807c commit e54c35b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Class Library/ActiveUp.Net/MailSystem.Net.nuspec renamed to Class Library/ActiveUp.Net/ActiveUp.Net.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<metadata>
44
<id>MailSystem.Net-trunk</id>
55
<version>$version$</version>
6+
<title>$title$</title>
67
<authors>pmengal (https://mailsystem.codeplex.com/team/view)</authors>
78
<owners>pmengal</owners>
89
<licenseUrl>https://mailsystem.codeplex.com/license</licenseUrl>
910
<projectUrl>https://mailsystem.codeplex.com</projectUrl>
1011
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1112
<description>MailSystem is a suite of .NET components that provide users with an extensive set of email tools. MailSystem provides full support for SMTP, POP3, IMAP4, NNTP, MIME, S/MIME, OpenPGP, DNS, vCard, vCalendar, Anti-Spam (Bayesian , RBL, DomainKeys), Queueing, Mail Merge and WhoIs</description>
1213
<tags>Mail Library csharp</tags>
14+
<releaseNotes></releaseNotes>
1315
</metadata>
14-
<files>
15-
<file src="Class Library\bin\Release\*.dll" target="lib" />
16-
</files>
1716
</package>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
verbosity: minimal
1919
artifacts:
2020
# pushing all *.nupkg files in directory
21-
- path: /.*\.nupkg/
21+
- path: **\*.nupkg
2222
deploy:
2323
- provider: NuGet
2424
api_key:

0 commit comments

Comments
 (0)