This commit is contained in:
Gregorius Soedharmo 2023-10-05 00:09:02 +07:00 коммит произвёл GitHub
Родитель e4d7277a42
Коммит 513e49ae8e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 4 удалений

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

@ -22,15 +22,18 @@ variables:
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 3.1.10'
displayName: 'Use .NET 6'
inputs:
packageType: runtime
version: 3.1.10
version: '6.x'
- task: UseDotNet@2
displayName: 'Use .NET Core 3.1'
inputs:
version: 3.1.x
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
filename: build.cmd
arguments: 'All nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(nugetKey)'
arguments: 'nuget nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(nugetKey)'
- task: GitHubRelease@0
displayName: 'GitHub release (create)'