Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Add variable group for signing workflow.  

***NO_CI***
  • Loading branch information
networkfusion authored Jan 20, 2024
1 parent ba59276 commit 25cdc14
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ pool:
vmImage: 'windows-latest'

variables:
DOTNET_NOLOGO: true
solution: 'nanoFramework.System.Math.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetPackageName: 'nanoFramework.System.Math'
- group: sign-client-credentials
- name: DOTNET_NOLOGO
value: true
- name: buildPlatform
value: 'Any CPU'
- name: buildConfiguration
value: 'Release'
- name: solution
value: 'nanoFramework.System.Math.sln'
- name: nugetPackageName
value: 'nanoFramework.System.Math'

steps:

Expand Down

0 comments on commit 25cdc14

Please sign in to comment.