Skip to content

Commit fa1403a

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent dddc3cb commit fa1403a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ pool:
3636
vmImage: 'windows-latest'
3737

3838
variables:
39-
DOTNET_NOLOGO: true
40-
solution: 'nanoFramework.System.Net.Sockets.TcpClient.sln'
41-
buildPlatform: 'Any CPU'
42-
buildConfiguration: 'Release'
43-
nugetPackageName: 'nanoFramework.System.Net.Sockets.TcpClient'
39+
- group: sign-client-credentials
40+
- name: DOTNET_NOLOGO
41+
value: true
42+
- name: buildPlatform
43+
value: 'Any CPU'
44+
- name: buildConfiguration
45+
value: 'Release'
46+
- name: solution
47+
value: 'nanoFramework.System.Net.Sockets.TcpClient.sln'
48+
- name: nugetPackageName
49+
value: 'nanoFramework.System.Net.Sockets.TcpClient'
4450

4551
steps:
4652

@@ -56,4 +62,4 @@ steps:
5662
parameters:
5763
status: 'failure'
5864
webhookUrl: '$(DiscordWebhook)'
59-
message: ''
65+
message: ''

0 commit comments

Comments
 (0)