Skip to content

Conversation

@heaths
Copy link
Member

@heaths heaths commented Feb 9, 2023

Also fixes #33975 by reformatting snippets in sdk/core.

Also fixes Azure#33975 by reformatting snippets in sdk/core.
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@heaths heaths merged commit 66b63c9 into Azure:main Feb 9, 2023
@heaths heaths deleted the issue33975 branch February 9, 2023 19:09
<!-- Also test net461 on Windows. -->
<RequiredTargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(RequiredTargetFrameworks);net461</RequiredTargetFrameworks>
<!-- But only build snippets for the latest. -->
<RequiredTargetFrameworks Condition="'$(BuildSnippets)' == 'true'">net7.0</RequiredTargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

With this change we definitely need to ensure we always keep BuildSnippets separate from the normal build and package commands. I somewhat fear we might end up dropping target frameworks for what we ship if someone starts passing this property to our normal builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure.Core.Tests has uncompilable snippets

6 participants