summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2026-03-31 10:25:22 -0700
committerGitHub <[email protected]>2026-03-31 10:25:22 -0700
commit3b06a5477ba38d830c35bf16045c7bb42039a8a2 (patch)
tree3ca55eb1b13313cb8f488cab22e454e6945900e8 /.github/workflows
parent05b65dac08c551a94e1d7fc282e35c546e00472e (diff)
parent3a2a44ac95e464972b5244c33ec34c53eabe34b8 (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.yml2
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 }}