File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33variables :
44 - group : IronDrawingVersions
55 - name : Configuration
6- value : ' Debug '
6+ value : ' Release '
77 - name : AssemblyVersion
88 value : 1.0.0.$(Build.BuildID)
99# Build Trigger
@@ -323,13 +323,13 @@ stages:
323323 - task : CmdLine@2
324324 displayName : ' Sign IronSoftware.Drawing.Common.dll .NET Standard'
325325 inputs :
326- workingDirectory : ' IronDrawingAssemblies/ netstandard2.0'
327- script : ' $(Build.SourcesDirectory)\ NuGet\signtool.exe sign /v /d IronPdf /f $(Agent.TempDirectory)/ironcert.pfx /p ironcert /t http://timestamp.digicert.com /fd SHA256 "IronSoftware.Drawing.Common.dll"'
326+ workingDirectory : ' bin\$(Configuration)\ netstandard2.0'
327+ script : ' NuGet\signtool.exe sign /v /d IronDrawing /f $(Agent.TempDirectory)/ironcert.pfx /p ironcert /t http://timestamp.digicert.com /fd SHA256 "IronSoftware.Drawing.Common.dll"'
328328 - task : NuGetCommand@2
329329 displayName : ' Build DrawingLibraries NuGet Package'
330330 inputs :
331331 command : ' pack'
332- packagesToPack : ' NuGet/ IronSoftware.Drawing.nuspec'
332+ packagesToPack : ' NuGet\ IronSoftware.Drawing.nuspec'
333333 configuration : $(Configuration)
334334 buildProperties : ' version=1.0.$(Build.BuildID)-ci;IncludeSymbols=true;SymbolPackageFormat=snupkg'
335335 includeSymbols : true
You can’t perform that action at this time.
0 commit comments