Fixing semaphore locking during build finalization
This commit is contained in:
parent
ac5432bff2
commit
7fb7a122c4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
AzurePublisherTool.ReleaseLeaseOnBlob(targetContainer, leaseId);
|
AzurePublisherTool.ReleaseLeaseOnBlob(semaphoreBlob, leaseId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue