Skip to content

Commit

Permalink
Update ADO build template
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Nov 2, 2023
1 parent 0d022d0 commit 0bd4ae9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .azure-devops/common/template-to-build-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ steps:
}
# Other branches: 1.2.4-Preview-23296-1
else
if ("$branch" -ne "dev" -or "$branch" -ne "main")
{
$package = "$($builds[0]).$($builds[1]).$($builds[2])-preview.$($builds[3]).$($builds[4])"
$sign = "false"
Expand Down Expand Up @@ -124,18 +124,18 @@ steps:
displayName: Install NuGet tools

# Install .NET 6.0
- task: UseDotNet@2
displayName: Install .NET 6.0
inputs:
version: 6.0.416
includePreviewVersions: true
# - task: UseDotNet@2
# displayName: Install .NET 6.0
# inputs:
# version: 6.0.416
# includePreviewVersions: true

# Install .NET 7.0
- task: UseDotNet@2
displayName: 'Install .NET 7.0'
inputs:
version: 7.0.403
includePreviewVersions: true
# - task: UseDotNet@2
# displayName: 'Install .NET 7.0'
# inputs:
# version: 7.0.403
# includePreviewVersions: true

# Install .NET 8.0
- task: UseDotNet@2
Expand Down

0 comments on commit 0bd4ae9

Please sign in to comment.