Skip to content

Commit 7a3ca89

Browse files
committed
Skip helix tests, fix .gitignore
1 parent 18f368c commit 7a3ca89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/SignalR/clients/java/signalr/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ out/
99
*.jar
1010
.project
1111
.classpath
12-
core/src/main/java/com/microsoft/signalr/Version.java
1312
# We need the gradle-wrapper.jar file so that others can use the gradle wrapper
1413
!gradle/wrapper/gradle-wrapper.jar
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Version.java

src/SignalR/clients/java/signalr/test/signalr.client.java.Tests.javaproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<IsTestProject>true</IsTestProject>
77
<!-- Installing Java on ARM will take some work -->
88
<SkipHelixArm>true</SkipHelixArm>
9+
<!-- Skipping on Helix for now -->
10+
<BuildHelixPayload>false</BuildHelixPayload>
911
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
1012
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
1113
<PublishDir>$(OutputPath)</PublishDir>

0 commit comments

Comments
 (0)