Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromis committed Feb 28, 2024
1 parent 9eb7309 commit 270f618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 84 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- stable
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -47,9 +48,6 @@ jobs:
with:
useConfigFile: true

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Use NuGet > 5.0.0
uses: nuget/setup-nuget@v1

Expand Down Expand Up @@ -83,9 +81,9 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # Needed to get PR information, if any
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
shell: powershell
run: >
run: >
.\.sonar\scanner\dotnet-sonarscanner
begin /k:"mkromis_MinoriEditorShell" /o:"mkromis"
begin /k:"mkromis_MinoriEditorShell" /o:"mkromis"
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
/d:sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
/v:${{steps.gitversion.outputs.semVer}}
Expand Down Expand Up @@ -144,5 +142,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: MinoriEditorShell
path: Artifacts/*.7z
path: Artifacts/*
if-no-files-found: error
78 changes: 0 additions & 78 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit 270f618

Please sign in to comment.