Azure / container-apps-deploy-pipelines-task

Azure Pipelines Task (Release Candidate) for building and deploying Azure Container Apps
MIT License
6 stars 10 forks source link

Cannot use a task twice in one pipeline on windows agent #22

Open AndreiBurak opened 1 year ago

AndreiBurak commented 1 year ago
image

To fix it I have a PowerShell task: Get-ChildItem -Path $env:TEMP\pack . -Recurse | Remove-Item -Force -Recurse

cormacpayne commented 1 year ago

@AndreiBurak Hey there, apologies for the delayed response -- this appears to be something that should be a quick fix for us! I should be able to get a PR out with this fix when I am able to find some time. I'll keep this issue updated with any updates we may have.