We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d18988 commit 7268c80Copy full SHA for 7268c80
azure-pipelines.yml
@@ -36,7 +36,7 @@ steps:
36
- task: NuGetCommand@2
37
inputs:
38
command: 'pack'
39
- packagesToPack: '**/*.csproj'
+ packagesToPack: '**/PdfSharp-gdi.csproj'
40
versioningScheme: 'byPrereleaseNumber'
41
majorVersion: '1'
42
minorVersion: '0'
0 commit comments