Skip to content

Commit

Permalink
Use SDK 2.1 before gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkas committed Feb 19, 2020
1 parent be9e99d commit c3419bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions swedbank-pay-sdk-dotnet-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ steps:
displayName: GitVersion
inputs:
versionSpec: '5.x'
runtime: 'core'
useConfigFile: true
configFilePath: GitVersion.yml


- task: UseDotNet@2
displayName: 'Setting up framework for build'
inputs:
Expand Down
9 changes: 8 additions & 1 deletion swedbank-pay-sdk-macOS-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@ variables:


steps:
- task: UseDotNet@2
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '2.1.804'
installationPath: $(Agent.TempDirectory)/dotnet

- task: GitVersion@5
displayName: GitVersion
inputs:
versionSpec: '5.x'
runtime: 'full'
runtime: 'core'
useConfigFile: true
configFilePath: GitVersion.yml

Expand Down
9 changes: 8 additions & 1 deletion swedbank-pay-sdk-ubuntu-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ variables:
GitVersion.SemVer: ''

steps:
- task: UseDotNet@2
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '2.1.804'
installationPath: $(Agent.TempDirectory)/dotnet

- task: GitVersion@5
displayName: GitVersion
inputs:
versionSpec: '5.x'
runtime: 'full'
runtime: 'core'
useConfigFile: true
configFilePath: 'GitVersion.yml'

Expand Down

0 comments on commit c3419bb

Please sign in to comment.