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

Commit

Permalink
Merged PR 23106: add /p:CheckEolTargetFramework=false to Publish As…
Browse files Browse the repository at this point in the history
…sets tasks for internal a...

add `/p:CheckEolTargetFramework=false` to Publish Assets tasks for internal and public channel
  • Loading branch information
vseanreesermsft committed May 23, 2022
2 parents 118edb4 + b689c03 commit dae24f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ stages:
/p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}'
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:PublishToMSDL=false
/p:CheckEolTargetFramework=false
${{ parameters.artifactsPublishingAdditionalParameters }}

- template: ../../steps/promote-build.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ stages:
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}'
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:CheckEolTargetFramework=false
${{ parameters.artifactsPublishingAdditionalParameters }}

- template: ../../steps/promote-build.yml
Expand Down

0 comments on commit dae24f1

Please sign in to comment.