Skip to content

Commit 759660a

Browse files
author
Oren Novotny
authored
Update azure-pipelines.rx.yml
1 parent a645fb4 commit 759660a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.rx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
arguments: install --tool-path . nbgv
4242
displayName: Install NBGV tool
4343

44-
- script: ./nbgv cloud -a -p Rx.NET/Source
44+
- script: nbgv cloud -a -p Rx.NET/Source
4545
displayName: Set Version
4646

4747
- task: MSBuild@1
@@ -123,7 +123,7 @@ jobs:
123123
arguments: install --tool-path . nbgv
124124
displayName: Install NBGV tool
125125

126-
- script: nbgv cloud -a -p Rx.NET\Source
126+
- script: ./nbgv cloud -a -p Rx.NET\Source
127127
displayName: Set Version
128128

129129
- task: DownloadBuildArtifacts@0
@@ -161,4 +161,4 @@ jobs:
161161
command: test
162162
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
163163
arguments: -c $(BuildConfiguration)
164-
displayName: Run Tests on Linux
164+
displayName: Run Tests on Linux

0 commit comments

Comments
 (0)