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:
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props4
-rw-r--r--eng/liveBuilds.targets1
-rw-r--r--eng/pipelines/runtime-community.yml21
3 files changed, 22 insertions, 4 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 56a0914b1df..27920230167 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -158,8 +158,8 @@
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22411.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22411.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.1.0-alpha.0.22415.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
- <XUnitVersion>2.4.2-pre.22</XUnitVersion>
- <XUnitAnalyzersVersion>0.12.0-pre.20</XUnitAnalyzersVersion>
+ <XUnitVersion>2.4.2</XUnitVersion>
+ <XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>
<XUnitRunnerVisualStudioVersion>2.4.5</XUnitRunnerVisualStudioVersion>
<CoverletCollectorVersion>3.1.2</CoverletCollectorVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index 5802882a82a..5a3bf10c3e0 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -179,7 +179,6 @@
<LibrariesRuntimeFiles Condition="'$(TargetOS)' == 'Browser'"
Include="
$(LibrariesNativeArtifactsPath)dotnet.js;
- $(LibrariesNativeArtifactsPath)src\dotnet-crypto-worker.js;
$(LibrariesNativeArtifactsPath)dotnet.d.ts;
$(LibrariesNativeArtifactsPath)dotnet-legacy.d.ts;
$(LibrariesNativeArtifactsPath)package.json;
diff --git a/eng/pipelines/runtime-community.yml b/eng/pipelines/runtime-community.yml
index 2ceed817ca6..50ba34100d3 100644
--- a/eng/pipelines/runtime-community.yml
+++ b/eng/pipelines/runtime-community.yml
@@ -1,4 +1,23 @@
-trigger: none
+trigger:
+ batch: true
+ branches:
+ include:
+ - release/*.*
+ exclude:
+ - release/6.0*
+ paths:
+ include:
+ - '*'
+ - docs/manpages/*
+ exclude:
+ - '**.md'
+ - eng/Version.Details.xml
+ - .devcontainer/*
+ - .github/*
+ - docs/*
+ - LICENSE.TXT
+ - PATENTS.TXT
+ - THIRD-PARTY-NOTICES.TXT
schedules:
- cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).