|
|
@@ -38,7 +38,12 @@ variables:
|
|
|
value: ''
|
|
|
- name: _SignType
|
|
|
value: ''
|
|
|
+ - name: _UseHelixOpenQueues
|
|
|
+ value: 'true'
|
|
|
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
|
|
+ - group: DotNet-HelixApi-Access
|
|
|
+ - name: _UseHelixOpenQueues
|
|
|
+ value: 'false'
|
|
|
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
|
|
# DotNet-Blob-Feed provides: dotnetfeed-storage-access-key-1
|
|
|
# Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT
|
|
|
@@ -582,6 +587,7 @@ stages:
|
|
|
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
|
|
|
displayName: Run build.cmd helix target
|
|
|
env:
|
|
|
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
|
|
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
|
|
|
artifacts:
|
|
|
- name: Helix_logs
|
|
|
@@ -602,6 +608,7 @@ stages:
|
|
|
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
|
|
|
displayName: Run build.cmd helix target
|
|
|
env:
|
|
|
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
|
|
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
|
|
|
artifacts:
|
|
|
- name: Helix_logs
|
|
|
@@ -623,6 +630,7 @@ stages:
|
|
|
- script: ./build.sh -ci --arch arm64 -test --no-build-nodejs -projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
|
|
|
displayName: Run build.sh helix arm64 target
|
|
|
env:
|
|
|
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
|
|
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
|
|
|
installNodeJs: false
|
|
|
artifacts:
|