Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
This commit is contained in:
Родитель
0500b3b431
Коммит
7d3da0480d
|
@ -36,11 +36,17 @@ pool:
|
|||
vmImage: 'windows-latest'
|
||||
|
||||
variables:
|
||||
DOTNET_NOLOGO: true
|
||||
solution: 'nanoFramework.Azure.Devices.Client.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
nugetPackageName: 'nanoFramework.Azure.Devices.Client'
|
||||
- group: sign-client-credentials
|
||||
- name: DOTNET_NOLOGO
|
||||
value: true
|
||||
- name: buildPlatform
|
||||
value: 'Any CPU'
|
||||
- name: buildConfiguration
|
||||
value: 'Release'
|
||||
- name: solution
|
||||
value: 'nanoFramework.Azure.Devices.Client.sln'
|
||||
- name: nugetPackageName
|
||||
value: 'nanoFramework.Azure.Devices.Client'
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче