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
We started to notice recently that our destination web folders were growing in size. We have had the RemoveAdditionalFilesFlag set true with the TakeAppOfflineFlag also set true.
Here is a screen shot of the deployment with TakeAppOfflineFlag and RemoveAdditionalFilesFlag being true (note 0 files removed even though there are over 800 files in that directory)
Once I removed the TakeAppOfflineFlag the deploy removed the extra files succesfully.
Looking at my own screen shots, it somehow changed the version of the IISWebAppDeploy task...
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows 10
Relevant log output
No error logs
Full task logs with system.debug enabled
[REPLACE THIS WITH YOUR INFORMATION]
Repro steps
No response
The text was updated successfully, but these errors were encountered:
Hi @labeled, I was checking the code changes between the task version 227 and 232, the only change I can see is the upgradation of node handler to Node16.
Just wanted to know, in case if you had enabled this flag "TakeAppOfflineFlag" along with "RemoveAdditionalFilesFlag", what is the behaviors you're observing in the latest version of the task (ie 0.232.1)?
New issue checklist
Task name
IISWebAppDeploymentOnMachineGroup@0
Task version
0.227.0
Issue Description
We started to notice recently that our destination web folders were growing in size. We have had the
RemoveAdditionalFilesFlag
set true with theTakeAppOfflineFlag
also set true.Here is a screen shot of the deployment with
TakeAppOfflineFlag
andRemoveAdditionalFilesFlag
beingtrue
(note 0 files removed even though there are over 800 files in that directory)Once I removed the
TakeAppOfflineFlag
the deploy removed the extra files succesfully.Looking at my own screen shots, it somehow changed the version of the IISWebAppDeploy task...
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows 10
Relevant log output
Full task logs with system.debug enabled
Repro steps
No response
The text was updated successfully, but these errors were encountered: