Skip to content

Commit

Permalink
restore before build
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk authored Apr 3, 2023
1 parent 46a4f7f commit 61e8d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Build
run: msbuild samples\ScreenBrightnessSample.sln -property:Configuration=Release
run: msbuild samples\ScreenBrightnessSample.sln -r -property:Configuration=Release
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Build
run: msbuild src\Plugin.Maui.ScreenBrightness.sln -property:Configuration=Release
run: msbuild src\Plugin.Maui.ScreenBrightness.sln -r -property:Configuration=Release

0 comments on commit 61e8d3b

Please sign in to comment.