diff options
| author | 5an7y <[email protected]> | 2026-03-30 15:26:00 -0700 |
|---|---|---|
| committer | 5an7y <[email protected]> | 2026-03-30 15:26:00 -0700 |
| commit | d92950792737971182298c34d7efa445fbb23728 (patch) | |
| tree | 1bddb6b46f5a7575d17bc8f54777cc179f019762 /.github/workflows | |
| parent | 4d94b8bf0d05c294b61087b395843a868789d911 (diff) | |
Remove Build-AllSamples.ps1 and Build-SampleSet.ps1 in favor of Build-Samples.ps1
- Delete Build-AllSamples.ps1 and Build-SampleSet.ps1 (replaced by Build-Samples.ps1)
- Update ci.yml workflow to call Build-Samples.ps1
- Update Build-ChangedSamples.ps1 to call Build-Samples.ps1
- Rewrite Building-Locally.md Step 6 with new script usage and output format
- Update Step 7 NuGet notes to reference Build-Samples.ps1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f3d7693..0e847b35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: nuget restore .\packages.config -PackagesDirectory .\packages\ - name: Retrieve and build all available solutions - run: .\Build-AllSamples.ps1 -Verbose + run: .\Build-Samples.ps1 -Verbose env: WDS_Configuration: ${{ matrix.configuration }} WDS_Platform: ${{ matrix.platform }} |
