Skip to content

Commit

Permalink
Ensure dotnet version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Jan 26, 2024
1 parent 56d155d commit 1839208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ stages:
- bash: |
sed -i'' -e "s/<Version>[0-9.*]\+<\/Version>/<Version>$VERSION<\/Version>/g" src/TaglibSharp/TaglibSharp.csproj
displayName: Set assembly version
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
version: 6.x
- task: DotNetCoreCLI@2
displayName: .NET Standard 2.0
inputs:
Expand Down

0 comments on commit 1839208

Please sign in to comment.