Skip to content

Conversation

@lukas-lansky
Copy link
Contributor

@lukas-lansky lukas-lansky commented Jul 15, 2021

No description provided.

ViktorHofer and others added 30 commits October 9, 2020 12:06
* [release/5.0] Update the SDK to 5.0 RC2

We want to update the SDK from 5.0 RC1 to RC2.

* Add the 5.0 branch to the pipeline yml
…otnet#6467)

This removes the Validation stage if both of these conditions are false:
- There's an inline v2 publishing (for checking whether a channel exists)
- Any post-build validation is enabled

Every job dependency transition has a pretty decent cost. The stage typically takes a minute or so, and also requires getting a machine, etc. This adds up
…n.txt" file (dotnet#6051)" (dotnet#6492)

This reverts commit 88ce535 except for spelling errors.
[release/5.0] Update dependencies from dotnet/arcade


 - re-enable signing validation
…221.10 (dotnet#6788)

[release/5.0] Update dependencies from dotnet/arcade
…dotnet#6877)

* removed load of guardian configuration from sdl-tool-cfg

* clean up of commented block of code

(cherry picked from commit 0e5bd28)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
* add vs16.10 and vs.16.9 channels
## Description

This change is part of moving servicing jobs to COGS subscription: https://github.com/dotnet/core-eng/issues/11639.

We need to include `System.PullRequest.TargetBranch` pipeline variable in Helix job properties to be able to redirect PR test jobs to servicing subscription. Currently Helix API has no way to tell if the PR was created for `main` or `release/*` branch.

I also added other properties that are send in `main` for consistency.

Related issue: dotnet#7074

## Customer Impact

There is no customer impact. Only effect is that additional properties will be attached to Helix job.

## Regression

No

## Risk

The risk of this change is very low. Change is very small and the same code already runs on main.

## Workarounds

There is no workaround available. Without this change we won't be able to redirect servicing PR test jobs to COGS subscription.
MattGal and others added 8 commits April 28, 2021 16:16
…otnet#7382)

Cherry-pick of b61eaae

Co-authored-by: Hao Kung <HaoK@users.noreply.github.com>
- use `Get-Member` instead of assuming `$null` property value
- fixes build break I caused in 0214a32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.