Skip to content

Commit

Permalink
Install .net 6 in weekly pipeline (dotnet#14616)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenaHristova authored Apr 1, 2024
1 parent fa7bdaa commit 0ffb8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ stages:
useGlobalJson: true

- task: UseDotNet@2
displayName: Install .NET 3.1 runtime
displayName: Install .NET 6 runtime
inputs:
packageType: runtime
version: 3.1.x
version: 6.x

- script: dotnet tool restore

Expand Down

0 comments on commit 0ffb8e9

Please sign in to comment.