diff options
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 |