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

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-08 19:17:30 +0300
committerGitHub <noreply@github.com>2022-08-08 19:17:30 +0300
commit2e9deee82792a2f3c8128b4d22a5c1ca8c59fb24 (patch)
tree5f08979e5f0089e5ed1321eaec706ddd75014e26
parentbbd5404010791a6c0f364cd2b7ed1cd4b2846864 (diff)
Sync shared code from arcade (#72)
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
-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 c2d5109..4e37210 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-20210614.1
+ sourceIndexPackageVersion: 1.0.1-20220804.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: []