Skip to content

Commit 59bb854

Browse files
committed
fix ci?
1 parent ceea9e0 commit 59bb854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
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 }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)