Browse Source

export all vars

Oren Novotny 7 years ago
parent
commit
03e5034a24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vsts.rx-shared.yml

+ 1 - 1
.vsts.rx-shared.yml

@@ -10,7 +10,7 @@ steps:
   displayName: Install NBGV tool
   condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
 
-- script: nbgv cloud -p Rx.NET\Source
+- script: nbgv cloud -a -p Rx.NET\Source
   displayName: Set Version
   condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))