Skip to content

Commit

Permalink
runtime full
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkas committed Feb 19, 2020
1 parent 728f832 commit be9e99d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
14 changes: 7 additions & 7 deletions swedbank-pay-sdk-dotnet-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ 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'
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
15 changes: 8 additions & 7 deletions swedbank-pay-sdk-macOS-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@ variables:


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

- task: GitVersion@5
displayName: GitVersion
inputs:
versionSpec: '5.x'
runtime: 'full'
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
14 changes: 8 additions & 6 deletions swedbank-pay-sdk-ubuntu-Dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ variables:
GitVersion.SemVer: ''

steps:
- task: GitVersion@5
displayName: GitVersion
inputs:
versionSpec: '5.x'
runtime: 'full'
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: GitVersion@5
displayName: GitVersion
inputs:
versionSpec: '5.x'
useConfigFile: true
configFilePath: 'GitVersion.yml'

- task: NuGetToolInstaller@1
#inputs:
Expand Down

0 comments on commit be9e99d

Please sign in to comment.