Skip to content

Commit

Permalink
use msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk authored Apr 3, 2023
1 parent 1f4cc10 commit ee2e089
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
dotnet-version: 6.0.x
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore samples\ScreenBrightnessSample.sln
- name: Build
run: dotnet build samples\ScreenBrightnessSample.sln -c Release
run: msbuild samples\ScreenBrightnessSample.sln -c Release

0 comments on commit ee2e089

Please sign in to comment.