Skip to content

Commit

Permalink
azure-pipelines.yml dotnet sdk 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jul 23, 2022
1 parent d1767f5 commit 159b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '5.x'
version: '6.x'
- script: dotnet build -c $(buildConfiguration) -p:Version=$(version),VersionSuffix=$(versionsuffix)
displayName: 'dotnet build $(buildConfiguration)'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 159b478

Please sign in to comment.