Skip to content

Commit 57447c9

Browse files
committed
Restore eng/common to release/10.0.1xx
1 parent 15fbf55 commit 57447c9

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

eng/common/core-templates/job/publish-build-assets.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ jobs:
180180
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
181181
is1ESPipeline: ${{ parameters.is1ESPipeline }}
182182

183-
# Darc is targeting 8.0, so make sure it's installed
184-
- task: UseDotNet@2
185-
inputs:
186-
version: 8.0.x
187-
188183
- task: AzureCLI@2
189184
displayName: Publish Using Darc
190185
inputs:

eng/common/core-templates/post-build/post-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,6 @@ stages:
307307

308308
- task: NuGetAuthenticate@1
309309

310-
# Darc is targeting 8.0, so make sure it's installed
311-
- task: UseDotNet@2
312-
inputs:
313-
version: 8.0.x
314-
315310
- task: AzureCLI@2
316311
displayName: Publish Using Darc
317312
inputs:

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function InstallDotNet([string] $dotnetRoot,
306306
if ($runtime -eq "aspnetcore") { $runtimePath = $runtimePath + "\Microsoft.AspNetCore.App" }
307307
if ($runtime -eq "windowsdesktop") { $runtimePath = $runtimePath + "\Microsoft.WindowsDesktop.App" }
308308
$runtimePath = $runtimePath + "\" + $version
309-
309+
310310
$dotnetVersionLabel = "runtime toolset '$runtime/$architecture v$version'"
311311

312312
if (Test-Path $runtimePath) {

0 commit comments

Comments
 (0)