Robert Wagner
Robert Wagner
We currently store build information (commits and changesets) for every package. If a build produces many packages we duplicate the same build information for every package in that build. When...
## Steps to reproduce: 1. Create a project (`Child`) that has - Manual Intervention - Script step that sleeps for 30 seconds 1. Create a project (`Parent`) that has a...
When run, the following error occurs ``` ParserError: C:\Users\rober\AppData\Local\Temp\install.ps1:1 Line | 1 | using assembly System.Net.Http | ~~~~~~~~~~~~~~~ | Cannot load assembly 'System.Net.Http'. ``` Removing the first line of the...
This feature toggle was added as a work around for #8501. This feature toggle prevented the creation of build information on Releases and Deployments drastically reducing the size of the...
### Severity Prevents collection of Telemetry, contributes to connection leak ### Version 2022.2.2228 ### Latest Version I could reproduce the problem in the latest build ### What happened? When an...
The sensitive value masking currently does not release log lines until it finds a line that is definitely not a partial match for a sensitive value. i.e a line that...
### Severity Can cause loss of historical data unexpectedly ### Version Found in latest, seems to have been around for a while ### Latest Version I could reproduce the problem...
### Team - [X] I've assigned a team label to this issue ### Severity Low ### Version For ever? ### Latest Version I could reproduce the problem in the latest...
When creating a release, the following error occurs (in part): ``` Violation of PRIMARY KEY constraint 'PK_VariableSet_Id'. Cannot insert duplicate key in object 'dbo.VariableSet'. ``` When a release is created,...