We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c034d commit 677aaa9Copy full SHA for 677aaa9
eng/ci/templates/official/jobs/linux-deb-build-pack.yml
@@ -85,6 +85,12 @@ jobs:
85
chmod +x $(Build.SourcesDirectory)/eng/scripts/validate-deb-arch.sh
86
bash $(Build.SourcesDirectory)/eng/scripts/validate-deb-arch.sh /mnt/vss/_work/1/s/eng/tools/publish-tools/artifact
87
88
+ - task: UseDotNet@2
89
+ displayName: 'Install .NET SDK'
90
+ inputs:
91
+ packageType: 'sdk'
92
+ version: '8.x'
93
+
94
- template: ci/sign-files.yml@eng
95
parameters:
96
displayName: 'Sign'
0 commit comments