Skip to content

Commit

Permalink
fix glob
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 26, 2020
1 parent 8fb7c9d commit f99fa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
- task: DotNetCoreCLI@2
inputs:
command: pack
packagesToPack: '**/Refit.*.csproj!**/*.Tests.csproj'
packagesToPack: '**/Refit.*.csproj;!**/*.Tests.csproj'
configuration: $(BuildConfiguration)
packDirectory: $(Build.ArtifactStagingDirectory)\artifacts
verbosityPack: Minimal
Expand Down

0 comments on commit f99fa3a

Please sign in to comment.