Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update core-setup version and workaround dotnet/sdk#2976 #1154

Merged
merged 2 commits into from
Feb 22, 2019

Conversation

natemcmaster
Copy link

More dependency flow updates due to re-spins in dotnet/core-setup

@natemcmaster natemcmaster requested a review from dougbu as a code owner February 22, 2019 04:43
@@ -9,7 +9,6 @@ trigger:
include:
- master
- release/*
- internal/release/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead make these conditional on the queue e.g. something like

${{ if ne(variables['System.TeamProject'], 'internal') }}:
  - release/*
${{ if eq(variables['System.TeamProject'], 'internal') }}:
  - internal/release/*

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not build internal/release/* at all right now. Arcade publishing is not designed to handle this and we do not want to accidentally push internal-only fixes publicly. I'm sending mail about this and will CC you

@natemcmaster
Copy link
Author

I'm going to use admin rights to merge this so we can kick of upstream updates. @dougbu let's discuss the branch thing separately. It's important for now that we do not build internal/release/*, so I'm leaving that change in.

@natemcmaster natemcmaster merged commit ce197a8 into release/3.0-preview3 Feb 22, 2019
@natemcmaster natemcmaster deleted the namc/update branch February 22, 2019 17:27
@ghost ghost locked as resolved and limited conversation to collaborators May 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants