Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 authored Jan 22, 2025
1 parent d8eaf61 commit 7355437
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
description: 'Tag (optional)'
jobs:
build:
runs-on: windows-latest
Expand All @@ -29,7 +33,7 @@ jobs:
token: ${{ github.token }}
github-binarycache: true
- run: vcpkg integrate install
- run: msbuild LGTVCompanion.sln /p:VcpkgEnableManifest=true
- run: msbuild LGTVCompanion.sln /p:VcpkgEnableManifest=true /t:Restore
env:
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.arch }}
Expand Down

0 comments on commit 7355437

Please sign in to comment.