Skip to content

Conversation

natemcmaster
Copy link

Changes:

  • Update dependencies to 2.2.0 rtm
  • Update branding to 2.2.1
  • Update package baselines to 2.2.0
  • Add a restore source for 2.2.0 RTM

FYI @mmitche

* Update dependencies to 2.2.0 rtm
* Update branding to 2.2.1
* Update package baselines to 2.2.0
* Add a restore source for 2.2.0 RTM
@natemcmaster natemcmaster requested review from Eilon and muratg November 14, 2018 16:45
<PropertyGroup Label="RestoreSources">
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>

<!-- This feed contains the 2.2.0 RTM runtime. This can be removed after it is released to nuget.org. -->
Copy link

Choose a reason for hiding this comment

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

Should we add a post-release activity to clean up things like this?

Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is necessary. The dotnet-core blob and myget feeds contain the 2.2.0 packages

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, I'll open a bug on aspnetcore-internal to track this.

Copy link
Author

Choose a reason for hiding this comment

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

The dotnet-core blob and myget feeds contain the 2.2.0 packages

Cool, i'll remove this feed now. Didn't see this comment before I merged.

{
var url = $"{source}/{id}/{version}";
var url = _feedv3.HasValue()
? $"{source}/{id.ToLowerInvariant()}/{version}/{id.ToLowerInvariant()}.{version}.nupkg"
Copy link

@muratg muratg Nov 14, 2018

Choose a reason for hiding this comment

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

:/ I'm sure this will bite us elsewhere too. (nuget casing issues)

@natemcmaster natemcmaster merged commit 913f74d into release/2.2 Nov 14, 2018
@natemcmaster natemcmaster deleted the namc/2.2.1 branch November 14, 2018 16:56
natemcmaster pushed a commit that referenced this pull request Nov 21, 2018
* Added execution time duration into HealthReportEntry and TotalDuration on HealthReport

* review PR feedback from @rynowak.

* added the same duration into HealthReportEntry and log when the health check throw
@ghost ghost locked as resolved and limited conversation to collaborators May 30, 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.

3 participants