diff options
| author | JakobL-MSFT <[email protected]> | 2024-03-16 16:36:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-16 16:36:30 -0700 |
| commit | 443c6c24b0f5949daa31fb537449ac63460d1575 (patch) | |
| tree | e0ab54776fad117f541fac00f69a4cc24867f86a /Build-SampleSet.ps1 | |
| parent | dcf36200862b796412710aca87c37219f20e1a5b (diff) | |
Upgrade nuget to 26085 (#1143)
* Update to WDK NuGet 26085
* Update to WDK NuGet 26085
---------
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 a93548b7..c0c2e5d1 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=26080 + $build_number=26085 } # # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. |
