Skip to content

Commit 6af762d

Browse files
authored
Update appveyor.yml
1 parent 49ec23e commit 6af762d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ environment:
88
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
99

1010
init:
11-
- ps: SET JAVA_HOME=C:\Program Files\Java\jdk11
12-
- ps: SET PATH=%JAVA_HOME%\bin;%PATH%
11+
- SET JAVA_HOME=C:\Program Files\Java\jdk11
12+
- SET PATH=%JAVA_HOME%\bin;%PATH%
1313

1414
install:
1515
- ps: if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) { dotnet tool install --global dotnet-sonarscanner }

0 commit comments

Comments
 (0)