File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ stages:
171
171
inputs :
172
172
command : test
173
173
projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
174
- arguments : -c $(BuildConfiguration) -f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
174
+ arguments : -c $(BuildConfiguration) --filter "SkipCI!=true" - f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
175
175
displayName : Run 2.1 Tests on Linux
176
176
177
177
- job : Integration_WindowsDesktop_Tests
@@ -234,7 +234,7 @@ stages:
234
234
inputs :
235
235
command : test
236
236
projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
237
- arguments : -c $(BuildConfiguration)
237
+ arguments : -c $(BuildConfiguration) --filter "SkipCI!=true"
238
238
displayName : Run 3.0 Tests on WindowDesktop
239
239
240
240
- stage : CodeSign
You can’t perform that action at this time.
0 commit comments