Explorar o código

Update azure-pipelines.rx.yml

Oren Novotny %!s(int64=7) %!d(string=hai) anos
pai
achega
759660a43c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      azure-pipelines.rx.yml

+ 3 - 3
azure-pipelines.rx.yml

@@ -41,7 +41,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: MSBuild@1
@@ -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
@@ -161,4 +161,4 @@ jobs:
       command: test
       projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
       arguments: -c $(BuildConfiguration)
-    displayName: Run Tests on Linux
+    displayName: Run Tests on Linux