Skip to content

Commit 2e795fb

Browse files
authored
Update sonarqube.yml
Replace branches to only be mine
1 parent 6b3f1d5 commit 2e795fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: SonarQube
22
on:
33
push:
44
branches:
5-
- master
6-
pull_request:
7-
types: [opened, synchronize, reopened]
5+
- dsier/sonarqube
86
jobs:
97
build:
108
name: Build
@@ -43,5 +41,5 @@ jobs:
4341
shell: powershell
4442
run: |
4543
.\.sonar\scanner\dotnet-sonarscanner begin /k:"csharpsdk" /o:"optidevx" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
46-
dotnet build OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=D:\a\csharp-sdk\csharp-sdk\keypair.snk -c Release
44+
dotnet build .\OptimizelySDK\
4745
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)