diff options
| author | JakobL-MSFT <[email protected]> | 2024-03-25 14:56:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-25 14:56:32 -0700 |
| commit | 13d4792ee72883cf25ec5ffc2812c9c6d9933ef4 (patch) | |
| tree | ac18114847ed14b63e335dbdc1a3da68067716d7 /Build-SampleSet.ps1 | |
| parent | b5a831819b45104d389df709e6bc00ee117906f3 (diff) | |
Upgrade nuget to 26090 (#1145)
* Upgrade NuGet to 26090
* Update Build-SampleSet.ps1
* Update Build-SampleSet.ps1
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 c0c2e5d1..477b43c7 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=26085 + $build_number=26090 } # # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. |
