Skip to content

Commit

Permalink
Update azure-pipelines.yml, net 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Aug 26, 2024
1 parent abb8946 commit 9e7893b
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: '6.x'
version: '8.x'
- script: dotnet build -c $(buildConfiguration) -p:Version=$(version),VersionSuffix=$(versionsuffix)
displayName: 'dotnet build $(buildConfiguration)'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 9e7893b

Please sign in to comment.