mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
[SM-152] Add CI to verify OSS is still building (#2208)
This commit is contained in:
parent
c36d6fa3ba
commit
308ae7641b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user