diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-03-31 10:25:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-31 10:25:22 -0700 |
| commit | 3b06a5477ba38d830c35bf16045c7bb42039a8a2 (patch) | |
| tree | 3ca55eb1b13313cb8f488cab22e454e6945900e8 /.github/workflows | |
| parent | 05b65dac08c551a94e1d7fc282e35c546e00472e (diff) | |
| parent | 3a2a44ac95e464972b5244c33ec34c53eabe34b8 (diff) | |
Merge pull request #1363 from microsoft/user/jvalesmena/new-build-samples
Consolidate build scripts into a single 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 }} |
