Skip to content

Commit

Permalink
build: Just make CI build full solution
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 14, 2023
1 parent 8ed6c78 commit 248304e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: nuget/setup-nuget@v1
- run: nuget restore IntifaceGameHapticsRouter.sln
- name: Build app for release
run: msbuild IntifaceGameHapticsRouter\IntifaceGameHapticsRouter.csproj -t:rebuild -property:Configuration=Release
run: msbuild IntifaceGameHapticsRouter.sln -t:rebuild -property:Configuration=Release
- uses: dlemstra/code-sign-action@v1
with:
certificate: '${{ secrets.NPLABS_WINDOWS_202205_CERT }}'
Expand Down
2 changes: 1 addition & 1 deletion IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy ..\packages\EasyHook.2.7.7097\content\net40\*.* $(TargetDir)</PostBuildEvent>
<PostBuildEvent>copy $(SolutionDir)packages\EasyHook.2.7.7097\content\net40\*.* $(TargetDir)</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 248304e

Please sign in to comment.