Skip to content

Commit

Permalink
Merged PR 11071: Add nuget group to variables
Browse files Browse the repository at this point in the history
Add nuget group to variables
  • Loading branch information
D-Inventor committed Dec 12, 2023
1 parent 03ed51f commit 6066c3b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ pool:
name: Default

variables:
BuildConfiguration: "release"
BuildPlatform: "any cpu"
Solution: '**\*.sln'
NpmWorkingDirectory: 'src\Infocaster.Umbraco.IcomoonPicker'
- group: nuget-package
- name: BuildConfiguration
value: "release"
- name: BuildPlatform
value: "any cpu"
- name: Solution
value: '**\*.sln'
- name: NpmWorkingDirectory
value: 'src\Infocaster.Umbraco.IcomoonPicker'

stages:
- stage: build
Expand Down

0 comments on commit 6066c3b

Please sign in to comment.