From b941b5fe37b47f072523244c1b933233ed910a23 Mon Sep 17 00:00:00 2001 From: abdulkareem-siddiq <73565559+abdulkareem-siddiq@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:07:32 -0700 Subject: [PATCH] Update azure-pipelines.yml Remove the gabime.nuspec from local push to our repo --- nuget/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/azure-pipelines.yml b/nuget/azure-pipelines.yml index 1f1ebff0..37079670 100644 --- a/nuget/azure-pipelines.yml +++ b/nuget/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: displayName: 'NuGet pack' inputs: command: 'pack' - packagesToPack: 'nuget/*.nuspec' + packagesToPack: 'nuget/SiddiqSoft.spdlog.nuspec' versioningScheme: 'off' buildProperties: 'VERSION=1.9.2'