Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit dae24f1

Browse files
Merged PR 23106: add /p:CheckEolTargetFramework=false to Publish Assets tasks for internal a...
add `/p:CheckEolTargetFramework=false` to Publish Assets tasks for internal and public channel
2 parents 118edb4 + b689c03 commit dae24f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/common/templates/post-build/channels/generic-internal-channel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ stages:
132132
/p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}'
133133
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
134134
/p:PublishToMSDL=false
135+
/p:CheckEolTargetFramework=false
135136
${{ parameters.artifactsPublishingAdditionalParameters }}
136137

137138
- template: ../../steps/promote-build.yml

eng/common/templates/post-build/channels/generic-public-channel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ stages:
141141
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
142142
/p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}'
143143
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
144+
/p:CheckEolTargetFramework=false
144145
${{ parameters.artifactsPublishingAdditionalParameters }}
145146

146147
- template: ../../steps/promote-build.yml

0 commit comments

Comments
 (0)