diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5d8427..95e84a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ steps: - task: NuGetCommand@2 inputs: command: 'pack' - packagesToPack: '**/xUnitRevitUtils.csproj' + packagesToPack: '**/xUnitRevitUtils*.csproj' versioningScheme: 'off' - task: PublishBuildArtifacts@1 inputs: