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
path: root/.azure
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-10-19 08:16:19 +0300
committerGitHub <noreply@github.com>2022-10-19 08:16:19 +0300
commit39f0e0b8f40b4754418f81aef0de58a9204a1fe5 (patch)
tree59533795165dccc82faac63b65bd3bf37f21a4ef /.azure
parentbf63849f5b80d9f9e1221b2d8e7da0a92431d58e (diff)
Add AdditionalDotNetPackageFeed for helix (#44604)
* Add AdditionalDotNetPackageFeed for helix * Update default-build.yml
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/jobs/default-build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml
index e96986b1f1..6214fe454d 100644
--- a/.azure/pipelines/jobs/default-build.yml
+++ b/.azure/pipelines/jobs/default-build.yml
@@ -222,6 +222,7 @@ jobs:
# Include the variables we always want.
COMPlus_DbgEnableMiniDump: 1
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
+ DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
# !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true
# Expand provided `env:` properties, if any.
@@ -235,6 +236,7 @@ jobs:
env:
COMPlus_DbgEnableMiniDump: 1
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
+ DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
# !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true
- ${{ if ne(parameters.agentOs, 'Windows') }}:
@@ -243,6 +245,7 @@ jobs:
env:
COMPlus_DbgEnableMiniDump: 1
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
+ DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
# !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true