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

Remove support for v2 publishing in the templates (#8325) #8383

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/CorePackages/Publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ In order to use the new publishing mechanism, the easiest way to start is by tur

| Name | Type | Description |Default Value |
| --------------------------------------- | -------- | -----------------------------------------------------------------------------------------------------|----- |
| publishingInfraVersion | int | Publishing infrastructure version - Use 3 for latest publishing infra. Accepted values are 2 / 3. | 2 |
| publishingInfraVersion | int | Publishing infrastructure version - Use 3 for latest publishing infra. Accepted values are 3 (.NET 5.0+) and 2 (.NET 3.1). | 3 |
| enableSourceLinkValidation | bool | Run SourceLink validation during the post-build stage. | false |
| enableSigningValidation | bool | Run signing validation during the post-build stage. | true |
| enableNugetValidation | bool | Run NuGet package validation tool during the post build stage. | true |
Expand All @@ -250,7 +250,7 @@ In order to use the new publishing mechanism, the easiest way to start is by tur
* [Arcade-Validation](https://github.com/dotnet/arcade-validation/blob/master/azure-pipelines.yml)
* [Arcade-Services](https://github.com/dotnet/arcade-services/blob/master/azure-pipelines.yml)

1. Create or update eng/Publishing.props, adding the following MSBuild property:
2. Create or update eng/Publishing.props, adding the following MSBuild property:
```XML
<PublishingVersion>3</PublishingVersion>
```
Expand Down
190 changes: 0 additions & 190 deletions eng/common/templates/post-build/channels/generic-internal-channel.yml

This file was deleted.

Loading