Skip to content

Commit 1f4cc10

Browse files
Use msbuild
1 parent 254796f commit 1f4cc10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ jobs:
2121
dotnet-version: 6.0.x
2222
- name: Install .NET MAUI
2323
run: dotnet workload install maui
24-
- name: Restore dependencies
25-
run: dotnet restore src\Plugin.Maui.ScreenBrightness.sln
2624
- name: Build
27-
run: dotnet build src\Plugin.Maui.ScreenBrightness.sln
25+
run: msbuild src\Plugin.Maui.ScreenBrightness.sln -c Release

0 commit comments

Comments
 (0)