cli to msbuild

This commit is contained in:
Paul Schneider 2021-05-14 03:15:34 +01:00
commit 90cfc29492
5 changed files with 26 additions and 18 deletions

View file

@ -25,7 +25,7 @@ namespace nuget_cli
try
{
await report.UploadFilesToServer(new Uri(source), fi, apikey);
await Task.Run(() => report.UploadFilesToServer(new Uri(source), fi, apikey));
}
catch (WebException ex)
{