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'