Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2021-06-17 00:07:27 +0300
committerGitHub <noreply@github.com>2021-06-17 00:07:27 +0300
commit9c0bf218fdeb34e7682bb536f3400fd6910dd386 (patch)
tree9584a1d8ddb4a99854547e4b0085becae1c1e8e7 /eng
parent888601aaa2c957dddae4b0f951eec5649cab5526 (diff)
Update to latest version of source index package (#54292)
Diffstat (limited to 'eng')
-rw-r--r--eng/common/templates/job/source-index-stage1.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml
index a649d2b5990..6e8aa9f7f21 100644
--- a/eng/common/templates/job/source-index-stage1.yml
+++ b/eng/common/templates/job/source-index-stage1.yml
@@ -1,6 +1,6 @@
parameters:
runAsPublic: false
- sourceIndexPackageVersion: 1.0.1-20210421.1
+ sourceIndexPackageVersion: 1.0.1-20210614.1
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: []