You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SqlAzureDacpacDeploymentV1 task silently deletes $ENV:SYSTEM_DEFAULTWORKINGDIRECTORY\GeneratedOutputFiles folder and if task if being run multiple times output existing files are being deleted on subsequent runs.
The task does not give any hint on logs that output directory is being deleted on subsequent runs
The documentation does not mention about this feature
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
Task name
SqlAzureDacpacDeploymentV1
Describe your feature request here
SqlAzureDacpacDeploymentV1 task silently deletes
$ENV:SYSTEM_DEFAULTWORKINGDIRECTORY\GeneratedOutputFiles
folder and if task if being run multiple times output existing files are being deleted on subsequent runs.Relevant part of the code:
azure-pipelines-tasks/Tasks/SqlAzureDacpacDeploymentV1/DeploySqlAzure.ps1
Lines 137 to 139 in 7a0e2f7
The text was updated successfully, but these errors were encountered: