diff options
author | Oren Novotny <oren@novotny.org> | 2018-08-31 12:02:22 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-08-31 12:02:22 -0400 |
commit | 8b62c89d2c9dc5e959c6b63c2eb4b13a405fe215 (patch) | |
tree | 0932875ce166feaa23d68893cdf00b88c3999095 /.vsts-shared.yml | |
parent | Set correct ver for three part builds (diff) | |
download | BouncyCastle.NET-ed25519-8b62c89d2c9dc5e959c6b63c2eb4b13a405fe215.tar.xz |
Ensure simple ver pcl-v1.8.3
Diffstat (limited to '.vsts-shared.yml')
-rw-r--r-- | .vsts-shared.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.vsts-shared.yml b/.vsts-shared.yml index fd835083d..aff5d5927 100644 --- a/.vsts-shared.yml +++ b/.vsts-shared.yml @@ -10,14 +10,10 @@ steps: displayName: Install NBGV tool condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) -- script: nbgv cloud -c +- script: nbgv cloud displayName: Set Version condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) -- powershell: echo "##vso[build.updatebuildnumber]$Env:GitBuildVersionSimple" - displayName: Set Version for Mapped - condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false), eq(variables['IsMatchingBase'], true)) - - task: DotNetCoreCLI@2 inputs: command: pack |