Skip to content

Commit

Permalink
Added packaging and push for core (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellerbach authored May 5, 2023
1 parent 70e8d02 commit 2354a31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
parameters:
nugetPackageName: 'nanoFramework.Graphics'

- template: azure-pipelines-templates/class-lib-package.yml@templates
parameters:
nugetPackageName: 'nanoFramework.Graphics.Core'

- template: azure-pipelines-templates/class-lib-package.yml@templates
parameters:
nugetPackageName: 'nanoFramework.Graphics.Gc9A01'
Expand Down
1 change: 1 addition & 0 deletions nanoFramework.Graphics.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
nanoFramework.Graphics.Ili9341.nuspec = nanoFramework.Graphics.Ili9341.nuspec
nanoFramework.Graphics.Ili9342.nuspec = nanoFramework.Graphics.Ili9342.nuspec
nanoFramework.Graphics.nuspec = nanoFramework.Graphics.nuspec
nanoFramework.Graphics.Core.nuspec = nanoFramework.Graphics.Core.nuspec
nanoFramework.Graphics.Otm8009A.nuspec = nanoFramework.Graphics.Otm8009A.nuspec
nanoFramework.Graphics.Ssd1306.nuspec = nanoFramework.Graphics.Ssd1306.nuspec
nanoFramework.Graphics.Ssd1331.nuspec = nanoFramework.Graphics.Ssd1331.nuspec
Expand Down

0 comments on commit 2354a31

Please sign in to comment.