We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e52052 commit 0be0a0eCopy full SHA for 0be0a0e
1 file changed
.github/workflows/Build.yaml
@@ -2,6 +2,7 @@ name: FileSystem [Build]
2
3
env:
4
JAVA_VERSION: 11
5
+ JAVA_DISTRIBUTION: microsoft
6
DOTNET_VERSION: 6.0.x
7
DOTNET_BUILD_CONFIGURATION: Release
8
SONAR_PATH: .\.sonar\scanner
@@ -32,6 +33,7 @@ jobs:
32
33
uses: actions/setup-java@v3
34
with:
35
java-version: ${{ env.JAVA_VERSION }}
36
+ distribution: ${{ env.JAVA_DISTRIBUTION }}
37
38
- name: Setup .NET
39
uses: actions/setup-dotnet@v3
0 commit comments