Skip to content

update repo URL

update repo URL #129

Workflow file for this run

name: ci-build
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Build
run: |
msbuild /restore `
/t:Build,Pack src/WinUI.TableView.csproj `
/p:Configuration=Release `
/p:Version=1.0.${{ github.run_number }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: artifacts/NuGet/Release