diff options
author | Sadie Powell <sadie@witchery.services> | 2022-05-01 10:28:18 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-05-01 10:28:18 +0100 |
commit | b96519d85c703c9c53b3ddf765235400930c21fb (patch) | |
tree | 47ea1934ae2c3a04c1c2c30eb2080efb97fa1103 /.github | |
parent | ac98ed615bc18cadeff86124e3b9f61f4b07bca2 (diff) |
Build the installer package on Windows CI.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index bbf40d1a2..34a07226a 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -22,4 +22,4 @@ jobs: - name: Build Anope working-directory: ${{ github.workspace }}\build run: | - msbuild Anope.sln /M:3 /P:Configuration=Release /P:Platform=x64 /T:ALL_BUILD /VERBOSITY:MINIMAL + msbuild PACKAGE.vcxproj /M:3 /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL |