We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d635 commit 2da2819Copy full SHA for 2da2819
.azure-pipelines/daily-build.yml
@@ -43,7 +43,11 @@ jobs:
43
Install-Module platyPS -Force -Confirm:`$false -Scope CurrentUser `
44
Exit"
45
dotnet tool run pwsh -c $command
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
51
- task: DotNetCoreCLI@2
52
displayName: 'Build for Bumping Version'
53
inputs:
0 commit comments