|
|
@@ -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
|