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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2021-01-26 21:10:31 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2021-01-26 21:10:31 +0300
commit996bc91784be242046fe7ab92de7457eb9d26eb2 (patch)
treeb509802f3281fe593670d5bdda921cbe5b613d1a
parentfb13d66e95b27316d25ebd67b06be637bc8125e0 (diff)
parent9f78d7c3f028e523dc2a5f820b54298904474429 (diff)
Merge in 'release/2.1' changesv2.1.25
-rw-r--r--.azure/pipelines/ci.yml90
1 files changed, 45 insertions, 45 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 1d8d04a6f5..67bd2eac32 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -102,10 +102,10 @@ jobs:
/p:SharedFxRID=win-x64
/bl:artifacts/logs/SharedFx-win-x64.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build win-x64 SharedFX
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -118,10 +118,10 @@ jobs:
/p:SharedFxRID=win-x86
/bl:artifacts/logs/SharedFx-win-x86.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build win-x86 SharedFX
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -135,10 +135,10 @@ jobs:
/t:DoCodeSigning
/bl:artifacts/logs/CodeSign.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Code Sign
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -198,10 +198,10 @@ jobs:
/p:SharedFxRID=osx-x64
/bl:artifacts/logs/SharedFx-osx-x64.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build osx-x64 SharedFX
- task: PublishBuildArtifacts@1
displayName: Upload artifacts
@@ -246,10 +246,10 @@ jobs:
/p:SharedFXRid=linux-x64
/bl:artifacts/logs/SharedFx-linux-x64.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build linux-x64 SharedFX
- script: ./$(BuildDirectory)/build.sh
-ci
@@ -259,10 +259,10 @@ jobs:
/p:IsLinuxArmSupported=true
/bl:artifacts/logs/SharedFx-linux-arm.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build linux-arm SharedFX
- task: PublishBuildArtifacts@1
displayName: Upload artifacts
@@ -310,10 +310,10 @@ jobs:
/p:SharedFXRid=linux-musl-x64
/bl:artifacts/logs/SharedFx-linux-musl-x64.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build linux-musl-x64 SharedFX
- bash: docker system prune -af
displayName: Docker prune
@@ -386,10 +386,10 @@ jobs:
-Config Release
-BuildNumber $(Build.BuildId)
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Run src/Installers/Windows/build.ps1
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -443,10 +443,10 @@ jobs:
/t:BuildFallbackArchive
/bl:artifacts/logs/PackageArchive.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build Package Archive
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -530,10 +530,10 @@ jobs:
/t:BuildInstallers
/bl:artifacts/logs/SharedFx-Installers.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Build SharedFX Installers
- bash: docker system prune -af
displayName: Docker prune
@@ -703,10 +703,10 @@ jobs:
/p:BuildBranch=$(Build.SourceBranchName)
/bl:artifacts/logs/Publish.binlog
env:
- PB_PackageVersionPropsUrl: $(PB_PackageVersionPropsUrl)
- PB_AssetRootUrl: $(PB_AssetRootUrl)
- PB_RestoreSource: $(PB_RestoreSource)
- PB_PublishBlobFeedKey: $(PB_PublishBlobFeedKey)
+ PB_PACKAGEVERSIONPROPSURL: $(PB_PackageVersionPropsUrl)
+ PB_ASSETROOTURL: $(PB_AssetRootUrl)
+ PB_RESTORESOURCE: $(PB_RestoreSource)
+ PB_PUBLISHBLOBFEEDKEY: $(PB_PublishBlobFeedKey)
displayName: Publish
- powershell: eng\scripts\KillProcesses.ps1
displayName: Kill processes
@@ -719,4 +719,4 @@ jobs:
pathtoPublish: artifacts/logs
artifactName: artifacts-Publish
artifactType: Container
- parallel: true \ No newline at end of file
+ parallel: true