From 9a4b1a6b217afe449ca35a952099d62ca0dcd19b Mon Sep 17 00:00:00 2001 From: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:55:20 -0800 Subject: Upgrade nuget to 26061 (#1115) Update to WDK NuGet 26061 Co-authored-by: Jakob Lichtenberg --- Build-SampleSet.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build-SampleSet.ps1') diff --git a/Build-SampleSet.ps1 b/Build-SampleSet.ps1 index c279148a..ffbb9b0b 100644 --- a/Build-SampleSet.ps1 +++ b/Build-SampleSet.ps1 @@ -65,7 +65,7 @@ if (-not $env:GITHUB_REPOSITORY -eq '') { # elseif(Test-Path(".\packages")) { $build_environment=("NuGet") - $build_number=26052 + $build_number=26061 } # # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. -- cgit v1.3.1