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 2d59e9a commit 215c5f6Copy full SHA for 215c5f6
.github/workflows/ci-sample.yml
@@ -21,7 +21,11 @@ jobs:
21
dotnet-version: 7.0.x
22
- name: Install .NET MAUI
23
run: dotnet workload install maui
24
+ - uses: actions/setup-java@v3
25
+ with:
26
+ distribution: 'microsoft'
27
+ java-version: '11'
28
- name: Restore dependencies
- run: dotnet restore samples\Plugin.Maui.Audio.Sample.sln
29
+ run: dotnet restore samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj
30
- name: Build
- run: dotnet build samples\Plugin.Maui.Audio.Sample.sln -c Release
31
+ run: dotnet build samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj -c Release
0 commit comments