diff options
| author | JakobL-MSFT <[email protected]> | 2024-05-22 08:56:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-22 08:56:48 -0700 |
| commit | 6edffd4b66aff103080aa1f3148815a8c9d827a9 (patch) | |
| tree | 8c1e291c9bc3058c677c35a3e1af29eaa529be06 /Build-SampleSet.ps1 | |
| parent | e62672f9193b18c30067e2a239839c8bc89d1346 (diff) | |
Upgrade NuGet to 26100.1 (#1162)
* Upgrade NuGet to 10.0.26100.1-preview.ge-release
* Upgrade NuGet to 10.0.26100.2 pre
* Upgrade NuGet to 10.0.26100
* Upgrade NuGet to 10.0.26100.1
* Update Building-Locally.md
* Update Building-Locally.md
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 059dc5b2..b0da097a 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=26095 + $build_number=26100 } # # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. |
