Merge pull request #2813 from sokket/publish
Fixing semaphore locking during build finalization
This commit is contained in:
commit
5adc31ca17
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
}
|
||||
finally
|
||||
{
|
||||
AzurePublisherTool.ReleaseLeaseOnBlob(targetContainer, leaseId);
|
||||
AzurePublisherTool.ReleaseLeaseOnBlob(semaphoreBlob, leaseId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue