summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-05-01 10:28:18 +0100
committerSadie Powell <sadie@witchery.services>2022-05-01 10:28:18 +0100
commitb96519d85c703c9c53b3ddf765235400930c21fb (patch)
tree47ea1934ae2c3a04c1c2c30eb2080efb97fa1103 /.github
parentac98ed615bc18cadeff86124e3b9f61f4b07bca2 (diff)
Build the installer package on Windows CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-windows.yml2
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