Browse Source

Update azure-pipelines.rx.yml

Oren Novotny 6 years ago
parent
commit
16d75e4e2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      azure-pipelines.rx.yml

+ 1 - 1
azure-pipelines.rx.yml

@@ -123,7 +123,7 @@ jobs:
       arguments: install --tool-path . nbgv
     displayName: Install NBGV tool
 
-  - script: ./nbgv cloud -a -p Rx.NET\Source
+  - script: ./nbgv cloud -a -p Rx.NET/Source
     displayName: Set Version
 
   - task: DownloadBuildArtifacts@0