Skip to content

Commit

Permalink
uses sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jul 19, 2022
1 parent cc40a5c commit e28e864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
displayName: "Install latest .NET ${{replace(replace(framework, 'coreapp', 'Core '), 'net', '')}} Runtime"
inputs:
version: ${{replace(replace(framework, 'coreapp', ''), 'net', '')}}.x
packageType: runtime
packageType: sdk

- bash: "dotnet clean --configuration ${{parameters.buildConfiguration}} && dotnet nuget locals all --clear"
displayName: 'Clean'
Expand Down

0 comments on commit e28e864

Please sign in to comment.