Skip to content

Commit

Permalink
Remove WinUI control package from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 20, 2024
1 parent 84b2d0e commit d3f6a78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,9 @@ jobs:
- name: Build project
run: dotnet build src/${{ matrix.project }}/${{ matrix.project }}.csproj --configuration Release --no-restore

- name: Build project (Windows)
#if: matrix.os == 'windows-latest'
run: dotnet build src/Riverside.Markup.Controls/Riverside.Markup.Controls.csproj --configuration Release --no-restore

- name: Pack project
run: dotnet pack src/${{ matrix.project }}/${{ matrix.project }}.csproj --configuration Release --no-build -o ./output

- name: Pack project (Windows)
#if: matrix.os == 'windows-latest'
run: dotnet pack src/Riverside.Markup.Controls/Riverside.Markup.Controls.csproj --configuration Release --no-build -o ./output

- name: Normalize project name
id: normalize_name
run: echo "normalized_name=$(echo src/${{ matrix.project }}/${{ matrix.project }} | tr '/' '-')" >> $GITHUB_ENV
Expand Down

0 comments on commit d3f6a78

Please sign in to comment.