diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5cf4607..a9f2218 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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