Skip to content

Commit

Permalink
Updated pro builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkas committed Feb 19, 2020
1 parent c3419bb commit d860410
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
15 changes: 9 additions & 6 deletions swedbank-pay-sdk-dotnet-Pro-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,21 @@ steps:
$Token = "$(SwedbankPayConnectionSettings.Token)"
[System.Environment]::SetEnvironmentVariable("SwedbankPayConnectionSettings.Token", $Token, "User")
- task: UseDotNet@2
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '3.x'

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

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

- task: NuGetToolInstaller@1
inputs:
versionSpec: '5.3.1'
Expand Down
13 changes: 12 additions & 1 deletion swedbank-pay-sdk-macOS-Pro-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,24 @@ steps:
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '3.1.101'
version: '2.1.804'
installationPath: $(Agent.TempDirectory)/dotnet

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

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

- task: NuGetToolInstaller@1
#inputs:
#versionSpec: '5.3.1'
Expand Down
12 changes: 11 additions & 1 deletion swedbank-pay-sdk-ubuntu-Pro-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,24 @@ steps:
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '3.1.101'
version: '2.1.804'
installationPath: $(Agent.TempDirectory)/dotnet

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

- task: UseDotNet@2
displayName: 'Setting up framework for build'
inputs:
packageType: 'sdk'
version: '3.1.101'


- task: NuGetToolInstaller@1
#inputs:
#versionSpec: '5.3.1'
Expand Down

0 comments on commit d860410

Please sign in to comment.