1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

[SM-142] Rename CommCore to Commercial.Core (#2158)

* Rename CommCore to Commercial.Core
This commit is contained in:
Oscar Hinton
2022-08-02 20:41:18 +02:00
committed by GitHub
parent 038d5e7734
commit 1cad0268c0
26 changed files with 41 additions and 41 deletions

View File

@ -76,7 +76,7 @@ jobs:
shell: pwsh
- name: Test Bitwarden solution
run: dotnet test ./bitwarden_license/test/CmmCore.Test --configuration Debug --no-build
run: dotnet test ./bitwarden_license/test/Commercial.Core.Test --configuration Debug --no-build
shell: pwsh