This commit is contained in:
Jerome Laban 2024-09-01 23:38:59 -04:00
Родитель 5f4d875a66
Коммит d1b5690472
1 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -11,6 +11,15 @@ jobs:
- checkout: self
clean: true
# - task: UseDotNet@2
# displayName: 'Use .NET SDK'
# inputs:
# packageType: sdk
# version: 9.0.100-rc.2.24430.10
# includePreviewVersions: true
- template: gitversion.yml
- pwsh: |
$DotNetRoot = "$env:ProgramFiles\dotnet\"
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./build/installcli.ps1"
@ -24,16 +33,6 @@ jobs:
displayName: Setup Workloads
# - task: UseDotNet@2
# displayName: 'Use .NET SDK'
# inputs:
# packageType: sdk
# version: 9.0.100-rc.2.24430.10
# includePreviewVersions: true
- template: gitversion.yml
- template: dotnet-install.yml
- bash: |
npm install -g conventional-changelog-cli@2.2.2
conventional-changelog -p angular -u -r 1 -o "build/CHANGELOG.md"