Skip to content

Commit 05cd562

Browse files
committed
Updated appveyor.yml.
1 parent 72bbecc commit 05cd562

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CrashReporter.NET/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("RBSoft")]
1313
[assembly: AssemblyProduct("CrashReporter.NET")]
14-
[assembly: AssemblyCopyright("Copyright © 2012-2020 RBSoft")]
14+
[assembly: AssemblyCopyright("Copyright © 2012-2021 RBSoft")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

CrashReporter.NET/ReportCrash.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ private void Send(Exception exception, bool silent)
255255
{
256256
Debug.Write(e.Message);
257257
}
258-
259-
if (string.IsNullOrEmpty(FromEmail))
260-
{
261-
throw new ArgumentNullException(@"FromEmail");
262-
}
263258

264259
if (!AnalyzeWithDoctorDump)
265260
{
261+
if (string.IsNullOrEmpty(FromEmail))
262+
{
263+
throw new ArgumentNullException(@"FromEmail");
264+
}
265+
266266
if (string.IsNullOrEmpty(SmtpHost))
267267
{
268268
throw new ArgumentNullException("SmtpHost");

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deploy:
4242

4343
- provider: NuGet
4444
api_key:
45-
secure: LzLwDiKGUZvNI6CmSFpyjba1mpKYeb6o8SDBejNO0EHY1SgC8xNTuh2nzBWkY7EV
45+
secure: tmlnRHVMwKGZ1B+ua5hte55Ig+gfbTi4DjKzzTiRjNwpy9nYgQpDZCnQZB0H9IdS
4646
skip_symbols: false
4747
artifact: CrashReporter.NET.Official.%my_version%.nupkg
4848
on:

0 commit comments

Comments
 (0)