Skip to content

Commit

Permalink
Improve ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Sep 12, 2024
1 parent 743d2ce commit bd5cf06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:
branches: [ main ]

jobs:

Rules:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup dotnet ${{ matrix.dotnet-version }}
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
Expand Down
16 changes: 2 additions & 14 deletions MxLintExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,13 @@

<ItemGroup>
<PackageReference Include="Mendix.StudioPro.ExtensionsAPI" Version="10.13.0" />
</ItemGroup>
</ItemGroup>

<ItemGroup>
<None Update="manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\custom.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\main.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\pico-v2.0.6.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\pico.colors-v2.0.6.css">
<None Update="wwwroot\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit bd5cf06

Please sign in to comment.