Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve email sending #6154

Merged
merged 11 commits into from
Aug 6, 2018
Prev Previous commit
Merge remote-tracking branch 'origin/dev' into zivkan-retry-smtp-fail…
…ures
  • Loading branch information
zivkan committed Aug 3, 2018
commit c7d9382af4a9756c57ff4a48ed56898e7f7cd93e
2 changes: 2 additions & 0 deletions src/NuGetGallery/NuGetGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@
<Compile Include="Services\ActionsRequiringPermissions.cs" />
<Compile Include="Services\AsynchronousPackageValidationInitiator.cs" />
<Compile Include="Services\BackgroundMessageService.cs" />
<Compile Include="Services\ISymbolPackageUploadService.cs" />
<Compile Include="Services\ISymbolPackageFileService.cs" />
<Compile Include="Services\ISymbolsConfiguration.cs" />
<Compile Include="Services\SymbolPackageUploadService.cs" />
<Compile Include="Services\SymbolPackageFileService.cs" />
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.