MicrosoftPremier / VstsExtensions

Documentation and issue tracking for Microsoft Premier Services Visual Studio Team Services Extensions
MIT License
56 stars 14 forks source link

Not cleaning on particular flag #72

Closed joeldq closed 4 years ago

joeldq commented 4 years ago

When the Get Sources Flag is set to : True / All Build Directories, the output of the task isthis

2020-01-28T21:15:27.8405118Z ##[section]Starting: Clean Agent Directories
2020-01-28T21:15:27.9583752Z ==============================================================================
2020-01-28T21:15:27.9583865Z Task         : Post Build Cleanup
2020-01-28T21:15:27.9583926Z Description  : Cleans the build directories on the agent after the build has finished.
2020-01-28T21:15:27.9583994Z Version      : 2.1.2
2020-01-28T21:15:27.9584044Z Author       : Microsoft Premier Services
2020-01-28T21:15:27.9584118Z Help         : [More information](https://github.com/almtcger/VstsExtensions/blob/master/PostBuildCleanup/en-US/overview.md)
2020-01-28T21:15:27.9584182Z ==============================================================================
2020-01-28T21:15:28.8040394Z SystemVssConnection exists true
2020-01-28T21:15:28.8118535Z (node:10244) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-28T21:15:28.8120936Z (node:10244) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-28T21:15:28.8121098Z (node:10244) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-28T21:15:28.8121250Z (node:10244) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-28T21:15:28.8121441Z (node:10244) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-28T21:15:30.3913802Z The build's clean option is disabled. Nothing to clean up.
2020-01-28T21:15:30.4052707Z ##[section]Finishing: Clean Agent Directories

When switching Get Sources to Clean: True / Sources and Output Directories, then the task actually works on v3

2020-01-29T00:39:32.7449733Z ##[section]Starting: Clean Agent Directories
2020-01-29T00:39:32.7930285Z ==============================================================================
2020-01-29T00:39:32.7930385Z Task         : Post Build Cleanup
2020-01-29T00:39:32.7930440Z Description  : Cleans the build directories on the agent after the build has finished.
2020-01-29T00:39:32.7930725Z Version      : 3.0.9
2020-01-29T00:39:32.7930775Z Author       : Microsoft Premier Services
2020-01-29T00:39:32.7930848Z Help         : [More information](https://github.com/MicrosoftPremier/VstsExtensions/blob/master/PostBuildCleanup/en-US/overview.md)
2020-01-29T00:39:32.7930910Z ==============================================================================
2020-01-29T00:39:33.5494502Z SystemVssConnection exists true
2020-01-29T00:39:33.5566912Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.5567344Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.5567596Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.5567773Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.5567846Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.8912754Z (node:31208) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-01-29T00:39:33.9011787Z ##[section]Finishing: Clean Agent Directories
ReneSchumacher commented 4 years ago

Hi,

since you closed the issue I guess you don't need any help here?

René

joeldq commented 4 years ago

Hello,

I am doing further testing on multiple builds to get more accurate results, checking and will reopen

On Wed, Jan 29, 2020 at 9:38 AM René Schumacher notifications@github.com wrote:

Hi,

since you closed the issue I guess you don't need any help here?

René

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.