We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ec23e commit 6af762dCopy full SHA for 6af762d
appveyor.yml
@@ -8,8 +8,8 @@ environment:
8
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
9
10
init:
11
- - ps: SET JAVA_HOME=C:\Program Files\Java\jdk11
12
- - ps: SET PATH=%JAVA_HOME%\bin;%PATH%
+ - SET JAVA_HOME=C:\Program Files\Java\jdk11
+ - SET PATH=%JAVA_HOME%\bin;%PATH%
13
14
install:
15
- ps: if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) { dotnet tool install --global dotnet-sonarscanner }
0 commit comments