Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: SqlAzureDacpacDeploymentV1 task should warn if existing output directory is being deleted #19265

Closed
jikuja opened this issue Nov 12, 2023 · 2 comments

Comments

@jikuja
Copy link

jikuja commented Nov 12, 2023

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.

  • 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

Relevant part of the code:

if (Test-Path $generatedOutputFilesRoot) {
Remove-Item -Path $generatedOutputFilesRoot -Recurse -Force
}

Copy link

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

@jikuja
Copy link
Author

jikuja commented May 15, 2024

BAD BOT.

@manolerazvan Please, re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants