Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
install:
- cmd: choco install dotnet-5.0-sdk --version 5.0.103
build_script:
- cmd: build.bat canary
- cmd: build.bat canary

nuget:
disable_publish_on_pr: true
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
latest7:
esVersion: 'latest-7'
steps:
- script: 'build.bat integrate-one $(esVersion) "readonly,writable,bool,xpack"'
- script: 'build.bat integrate-one $(esVersion) "readonly,writable,bool,xpack" random:test_only_one'
displayName: '$(esVersion) windows integration tests'
- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- task: UseDotNet@2
inputs:
version: '5.0.103'
- script: './build.sh integrate-one $(esVersion) "readonly,writable"'
- script: './build.sh integrate-one $(esVersion) "readonly,writable" random:test_only_one'
displayName: '$(esVersion) linux integration tests'
- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down