Skip to content

Commit 23ebbd3

Browse files
Refactor template-install-dependencies.yaml structure (#3593)
1 parent 9b1441a commit 23ebbd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/template-install-dependencies.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ steps:
2525

2626
- task: UseDotNet@2
2727
displayName: 'Use .NET SDK 9.0.x'
28+
inputs:
29+
version: 9.0.x
30+
31+
- task: UseDotNet@2
32+
displayName: 'Use .NET SDK from global json'
2833
inputs:
2934
useGlobalJson: true
3035

@@ -57,3 +62,4 @@ steps:
5762
Import-PfxCertificate -FilePath $pfxPath -CertStoreLocation Cert:\LocalMachine\My
5863
5964
displayName: 'Install Keyvault Secrets'
65+

0 commit comments

Comments
 (0)