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 254796f commit 1f4cc10Copy full SHA for 1f4cc10
.github/workflows/ci.yml
@@ -21,7 +21,5 @@ jobs:
21
dotnet-version: 6.0.x
22
- name: Install .NET MAUI
23
run: dotnet workload install maui
24
- - name: Restore dependencies
25
- run: dotnet restore src\Plugin.Maui.ScreenBrightness.sln
26
- name: Build
27
- run: dotnet build src\Plugin.Maui.ScreenBrightness.sln
+ run: msbuild src\Plugin.Maui.ScreenBrightness.sln -c Release
0 commit comments