Skip to content

Commit 3016345

Browse files
committed
Move to BullsEye
1 parent 9f3e657 commit 3016345

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ paket-files/*.cached
4444
BenchmarkDotNet.Artifacts
4545
build/*
4646
!build/tools
47+
!build/targets
4748
!build/keys
4849
build/tools/*
4950
!build/tools/sn

src/Elasticsearch.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ ProjectSection(SolutionItems) = preProject
7272
..\readme.md = ..\readme.md
7373
EndProjectSection
7474
EndProject
75+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "targets", "..\build\targets\targets.csproj", "{6496B287-E030-4D82-A315-22A8F6408604}"
76+
EndProject
7577
Global
7678
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7779
Debug|Any CPU = Debug|Any CPU
@@ -156,5 +158,9 @@ Global
156158
{D6997ADC-E933-418E-831C-DE1A78897493}.Release|Any CPU.ActiveCfg = Release|Any CPU
157159
{D6997ADC-E933-418E-831C-DE1A78897493}.Debug|Any CPU.Build.0 = Debug|Any CPU
158160
{D6997ADC-E933-418E-831C-DE1A78897493}.Release|Any CPU.Build.0 = Release|Any CPU
161+
{6496B287-E030-4D82-A315-22A8F6408604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
162+
{6496B287-E030-4D82-A315-22A8F6408604}.Debug|Any CPU.Build.0 = Debug|Any CPU
163+
{6496B287-E030-4D82-A315-22A8F6408604}.Release|Any CPU.ActiveCfg = Release|Any CPU
164+
{6496B287-E030-4D82-A315-22A8F6408604}.Release|Any CPU.Build.0 = Release|Any CPU
159165
EndGlobalSection
160166
EndGlobal

src/Tests/Tests.Configuration/tests.default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# tracked by git).
66

77
# mode either u (unit test), i (integration test) or m (mixed mode)
8-
mode: m
8+
mode: u
99
# the elasticsearch version that should be started
1010
# Can be a snapshot version of sonatype or "latest" to get the latest snapshot of sonatype
1111
elasticsearch_version: 6.4.1

0 commit comments

Comments
 (0)