Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot committed Apr 1, 2024
1 parent 516cacd commit 4f6750f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eng/common/templates/jobs/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
publicProjectName: ${{ parameters.publicProjectName }}
- template: /eng/common/templates/steps/wait-for-mcr-image-ingestion.yml@self
parameters:
imageInfoPath: '$(artifactsPath)/image-info.json'
imageInfoPath: '$(imageinfoContainerDir)/image-info.json'
minQueueTime: $(imageQueueTime)
dryRunArg: $(dryRunArg)
condition: succeeded()
Expand Down
24 changes: 10 additions & 14 deletions eng/common/templates/stages/dotnet/build-test-publish-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,15 @@ stages:
image: Server2016-NESDockerBuilds-PT

# Windows Server 2019 (1809)
${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }}:
windows1809Pool: Docker-1809-${{ variables['System.TeamProject'] }}
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
windows1809Pool:
name: NetCore1ESPool-Internal
image: 1es-windows-2019
os: windows
windows1809Pool:
os: windows
name: Docker-1809-${{ variables['System.TeamProject'] }}
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
image: Server2019-1809-NESDockerBuilds-1ESPT

# Windows Server 2022
${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }}:
windows2022Pool: Docker-2022-${{ variables['System.TeamProject'] }}
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
windows2022Pool:
name: NetCore1ESPool-Internal
image: 1es-windows-2022
os: windows
windows2022Pool:
os: windows
name: Docker-2022-${{ variables['System.TeamProject'] }}
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
image: Server2022-NESDockerBuilds-1ESPT
1 change: 1 addition & 0 deletions eng/pipelines/update-dependencies-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resources:
branches:
include:
- main
- feature/9.x
- release/*
- internal/release/*
tags:
Expand Down

0 comments on commit 4f6750f

Please sign in to comment.