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
* Drop redundant condition from YAML
* Merge pull request 435 from trevors20/dev/trevors/microbuild/updateinsert251110
Add the VSDrop service connection to the insert vs payload
* Update dependency Microsoft.NET.Test.Sdk to 18.0.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Build with the .NET 10 SDK
* Adapt to breaking .NET 10 SDK change
Workaround for dotnet/sdk#51666
* Fix ARM64 detection on macOS
* Pin mcr.microsoft.com/dotnet/sdk Docker tag to c7445f1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump C# language version to 14
---------
Co-authored-by: trevors20 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: azure-pipelines/vs-validation.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,10 @@ extends:
111
111
DraftPR: false # set to true and update InsertionBuildPolicy when we can specify all the validations we want to run (https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2224288)
112
112
AutoCompletePR: false
113
113
ShallowClone: true
114
+
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
0 commit comments