Skip to content

Commit

Permalink
Update azure-pipelines-ui.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dniggeler committed Jun 3, 2024
1 parent 7710682 commit f13e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 7.x
version: 8.x
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet build --configuration $(buildConfiguration) src/BlazorApp/BlazorApp.csproj
displayName: 'Building $(buildConfiguration)'
Expand Down

0 comments on commit f13e342

Please sign in to comment.