File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4444 shell : powershell
4545 run : |
46- .\.sonar\scanner\dotnet-sonarscanner begin /k:"hedgehogform_ce-mcp" /o:"hedgehogform" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
46+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"hedgehogform_ce-mcp" /o:"hedgehogform" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
4747 dotnet build
4848 .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Original file line number Diff line number Diff line change 2828 run : nuget restore CeMCP.sln
2929
3030 - name : Build ${{ matrix.configuration }}
31- run : msbuild CeMCP.sln /p:Configuration=${{ matrix.configuration }} /p:Platform="Any CPU "
31+ run : msbuild CeMCP.sln /p:Configuration=${{ matrix.configuration }} /p:Platform="x64 "
3232
3333 - name : Upload build artifacts (${{ matrix.configuration }})
3434 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments