1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

[SM-152] Add CI to verify OSS is still building (#2208)

This commit is contained in:
Oscar Hinton
2022-08-24 10:45:33 +02:00
committed by GitHub
parent c36d6fa3ba
commit 308ae7641b

View File

@@ -67,6 +67,10 @@ jobs:
run: dotnet restore --locked-mode
shell: pwsh
- name: Build OSS solution
run: msbuild bitwarden-server.sln /p:Configuration=Debug /p:DefineConstants="OSS" /verbosity:minimal
shell: pwsh
- name: Build solution
run: msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal
shell: pwsh