Skip to content

Commit

Permalink
Merge pull request #65 from JFolberth/update/dotnetsdk
Browse files Browse the repository at this point in the history
Update/dotnetsdk
  • Loading branch information
JFolberth authored Feb 26, 2025
2 parents 69a23eb + 492173f commit ac44b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/dotnet_sdk_task.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
parameters:
- name: sdkVersion
type: string
default: '3.1.x'
default: '8'

steps:
- task: UseDotNet@2
displayName: 'Use .NET SDK v${{ parameters.sdkVersion }}'
displayName: Use .NET SDK version ${{ iif(eq(parameters.sdkVersion, ''), 'latest', parameters.sdkVersion ) }}
inputs:
packageType: 'sdk'
version: ${{ parameters.sdkVersion }}
Expand Down

0 comments on commit ac44b69

Please sign in to comment.