File tree Expand file tree Collapse file tree 2 files changed +388
-4
lines changed Expand file tree Collapse file tree 2 files changed +388
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Build
1
+ name : SonarQube
2
2
on :
3
3
push :
4
4
branches :
5
5
- dsier/sonarqube
6
- pull_request :
7
- types : [opened, synchronize, reopened]
8
6
jobs :
9
7
build :
10
8
name : Build
43
41
shell : powershell
44
42
run : |
45
43
.\.sonar\scanner\dotnet-sonarscanner begin /k:"csharpsdk" /o:"optidevx" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
44
+ <<<<<<< HEAD
46
45
dotnet build OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=D:\a\csharp-sdk\csharp-sdk\keypair.snk -c Release
47
- .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
46
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
47
+ =======
48
+ dotnet build .\OptimizelySDK\
49
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
50
+ >>>>>>> master
You can’t perform that action at this time.
0 commit comments