diff options
| author | JakobL-MSFT <[email protected]> | 2024-02-25 18:20:47 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-25 18:20:47 -0800 |
| commit | 655b14dd5907237f79edc312988cebe2180fd18b (patch) | |
| tree | 26acd2cfb917ecb8f7713fb322dff929b4634105 /Build-SampleSet.ps1 | |
| parent | 8daf2be4e9c294ede7b62da67155de63f0d59f19 (diff) | |
Upgrade nuget to 26066 (#1127)
Update to WDK NuGet 26066
Co-authored-by: Jakob Lichtenberg <[email protected]>
Diffstat (limited to 'Build-SampleSet.ps1')
| -rw-r--r-- | Build-SampleSet.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-SampleSet.ps1 b/Build-SampleSet.ps1 index a8876d60..ee08e138 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=26061 + $build_number=26066 } # # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. |
