We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1771fae commit e793d99Copy full SHA for e793d99
.github/workflows/codeql.yml
@@ -45,9 +45,9 @@ jobs:
45
shell: bash
46
run: |
47
dotnet restore
48
- dotnet publish API/API.csproj -c Release
49
- dotnet publish LiveControlGateway/LiveControlGateway.csproj -c Release
50
- dotnet publish Cron/Cron.csproj -c Release
+ dotnet publish Common/Common.csproj -c Release
+ dotnet publish Common.ASPNET/Common.ASPNET.csproj -c Release
+ dotnet publish DynamicLinq/DynamicLinq.csproj -c Release
51
52
- name: Perform CodeQL Analysis
53
uses: github/codeql-action/analyze@v3
0 commit comments