Skip to content

Commit 7376866

Browse files
authored
Merge pull request #104 from w-ahmad/RemoveSampleApp
Remove sample app
2 parents 68c8d42 + 27d77b0 commit 7376866

File tree

88 files changed

+41
-669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+41
-669
lines changed

.github/workflows/cd-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
- name: Build
2323
run: |
24-
msbuild /restore
25-
/t:Build,Pack src/WinUI.TableView/WinUI.TableView.csproj
26-
/p:Configuration=Release
27-
/p:Version=${{ steps.version.outputs.version-without-v }}
24+
msbuild /restore `
25+
/t:Build,Pack src/WinUI.TableView.csproj `
26+
/p:Configuration=Release `
27+
/p:Version=${{ steps.version.outputs.version-without-v }} `
2828
/p:PackageReleaseNotes="https://github.com/w-ahmad/WinUI.TableView/releases/tag/v${{ steps.version.outputs.version-without-v }}"
2929
3030
- name: Upload artifacts

.github/workflows/ci-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818

1919
- name: Build
2020
run: |
21-
msbuild /restore /t:Build,Pack src/WinUI.TableView/WinUI.TableView.csproj /p:Configuration=Release /p:Version=1.0.${{ github.run_number }}
22-
msbuild /restore src/SampleApp/SampleApp.csproj /p:Configuration=Release /p:Platform=x64
21+
msbuild /restore `
22+
/t:Build,Pack src/WinUI.TableView.csproj `
23+
/p:Configuration=Release `
24+
/p:Version=1.0.${{ github.run_number }}
2325
2426
- name: Upload artifacts
2527
uses: actions/upload-artifact@v4

README.md

Lines changed: 19 additions & 14 deletions

screenshots/Editing1.png

-18.3 KB
Binary file not shown.

screenshots/Editing2.png

-118 KB
Binary file not shown.

screenshots/Filter.png

-49.9 KB
Binary file not shown.

screenshots/Options.png

-34.2 KB
Binary file not shown.

screenshots/Sorting.png

-27.4 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)