Skip to content

Commit 2da2819

Browse files
authored
Update daily-build.yml (#26792)
1 parent 4f4d635 commit 2da2819

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
Install-Module platyPS -Force -Confirm:`$false -Scope CurrentUser `
4444
Exit"
4545
dotnet tool run pwsh -c $command
46-
46+
- task: UseDotNet@2
47+
displayName: 'Use .NET Core sdk 6.0.x for build'
48+
inputs:
49+
packageType: sdk
50+
version: 6.0.x
4751
- task: DotNetCoreCLI@2
4852
displayName: 'Build for Bumping Version'
4953
inputs:

0 commit comments

Comments
 (0)