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:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-07-15 21:19:00 +0300
committerGitHub <noreply@github.com>2022-07-15 21:19:00 +0300
commit960bb9a970dd5f9e586d9cf077da5ac88badf01a (patch)
tree5edbdd58c96983556ac8bc0d7ac5fcefa9987c3b
parente89e601a2a241a9e025768546ad0bd95e12c66ed (diff)
Add use of onelocbuild.yml (#65)
- part 4/4 of dotnet/aspnetcore#36998 in this repo - use Loc Package Id provided in loc ticket 656173
-rw-r--r--localization.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/localization.yml b/localization.yml
new file mode 100644
index 0000000..c120c42
--- /dev/null
+++ b/localization.yml
@@ -0,0 +1,28 @@
+#
+# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details on this file.
+#
+
+schedules:
+# Cron timezone is UTC.
+- cron: "0 18 * * *"
+ displayName: Run tests daily at 6 PM UTC (11 AM PT)
+ branches:
+ include:
+ - main
+ always: true
+
+# Do not run in PR builds nor support other triggers.
+pr: none
+trigger: none
+
+variables:
+- name: _TeamName
+ value: AspNetCore
+
+jobs:
+- ${{ if and(ne(variables['System.TeamProject'], 'public'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
+ - template: /eng/common/templates/job/onelocbuild.yml
+ parameters:
+ LclPackageId: 'LCL-JUNO-PROD-SPATMPLATE'
+ LclSource: lclFilesFromPackage
+ MirrorRepo: spa-templates