cli to msbuild
This commit is contained in:
parent
c83ff84370
commit
90cfc29492
5 changed files with 26 additions and 18 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue