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

Commit 118edb4

Browse files
Merged PR 23099: add /p:CheckEolTargetFramework=false to signing validation task
add /p:CheckEolTargetFramework=false to signing validation task
2 parents 94da638 + 7785564 commit 118edb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/templates/post-build/post-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ stages:
6969
/p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts'
7070
/p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt'
7171
/p:Configuration=Release
72+
/p:CheckEolTargetFramework=false
7273
${{ parameters.signingValidationAdditionalParameters }}
7374

7475
- ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}:

0 commit comments

Comments
 (0)