Skip to content

Commit 21ea307

Browse files
authored
Update Secret manager to .Net 8 (#15813)
1 parent 5e413a2 commit 21ea307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ stages:
2323
displayName: Run restore.cmd
2424

2525
- task: UseDotNet@2
26-
displayName: Install .NET 6 runtime
26+
displayName: Install .NET 8 runtime
2727
inputs:
2828
packageType: runtime
29-
version: 6.x
29+
version: 8.x
3030
installationPath: $(Build.SourcesDirectory)/.dotnet
3131

3232
- script: $(Build.SourcesDirectory)/.dotnet/dotnet.exe tool restore

0 commit comments

Comments
 (0)