Skip to content

Commit

Permalink
Merge branch 'feature/Push_packages_to_GitHub_Package_Repository' int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
Cédric L. Charlier committed Oct 9, 2019
2 parents d2966eb + 510f400 commit 115318d
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 21 deletions.
11 changes: 6 additions & 5 deletions .packages/NBi.Extensibility/NBi.Extensibility.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<metadata>
<id>NBi.Extensibility</id>
<version>$version$</version>
<authors>Cédric L. Charlier</authors>
<owners>Cédric L. Charlier</owners>
<licenseUrl>https://github.com/Seddryck/NBi/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.nbi.io</projectUrl>
<authors>Seddryck</authors>
<owners>Seddryck</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/Seddryck/NBi</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Seddryck/nbi/gh-pages/img/logo-2x.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Extensibility points of NBi.</summary>
<description>This package contains the interfaces to implement to extend NBi features. Testing framework (add-on to NUnit) for Business Intelligence. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other solutions.</description>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<copyright>Copyright 2013-$thisYear$</copyright>
<tags>Test NBi SQL SSAS SSIS SSRS</tags>
<repository type="git" url="https://github.com/Seddryck/NBi.git"></repository>
</metadata>
</package>
17 changes: 9 additions & 8 deletions .packages/NBi.Framework.Tools/NBi.Framework.Tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<metadata>
<id>NBi.Framework.Tools</id>
<version>$version$</version>
<authors>Cédric L. Charlier</authors>
<owners>Cédric L. Charlier</owners>
<licenseUrl>https://github.com/Seddryck/NBi/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.nbi.io</projectUrl>
<authors>Seddryck</authors>
<owners>Seddryck</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/Seddryck/NBi</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Seddryck/nbi/gh-pages/img/logo-2x.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This package contains the NBi framework and copy it to the tools folder. This package is not intended to be directly used by end-users. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio</summary>
<description>This package contains the NBi framework and copy it to the tools folder. This package is not intended to be directly used by end-users. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual StudioTesting framework (add-on to NUnit) for Business Intelligence. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other solutions.</description>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<copyright>Copyright 2013-$thisYear$</copyright>
<tags>Test NBi SQL SSAS SSIS SSRS</tags>
<dependencies>
$depList$
</dependencies>
<repository type="git" url="https://github.com/Seddryck/NBi.git"></repository>
<dependencies>
$depList$
</dependencies>
</metadata>
</package>
17 changes: 9 additions & 8 deletions .packages/NBi.Framework/NBi.Framework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<metadata>
<id>NBi.Framework</id>
<version>$version$</version>
<authors>Cédric L. Charlier</authors>
<owners>Cédric L. Charlier</owners>
<licenseUrl>https://github.com/Seddryck/NBi/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.nbi.io</projectUrl>
<authors>Seddryck</authors>
<owners>Seddryck</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/Seddryck/NBi</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Seddryck/nbi/gh-pages/img/logo-2x.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This package contains the NBi framework and references all the dll to your project. This package is not intended to be directly used by end-users. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio</summary>
<description>This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual StudioTesting framework (add-on to NUnit) for Business Intelligence. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other solutions.</description>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<releaseNotes>Check the release notes at https://github.com/Seddryck/NBi/releases/v$version$</releaseNotes>
<copyright>Copyright 2013-$thisYear$</copyright>
<tags>Test NBi SQL SSAS SSIS SSRS </tags>
<dependencies>
$depList$
</dependencies>
<repository type="git" url="https://github.com/Seddryck/NBi.git"></repository>
<dependencies>
$depList$
</dependencies>
</metadata>
</package>
1 change: 1 addition & 0 deletions NBi.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBi.Testing", "NBi.Testing\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{DA70ECE5-216D-43A1-9E14-902E06050B8E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
AssemblyInfo.cs = AssemblyInfo.cs
EndProjectSection
EndProject
Expand Down
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ deploy:
secure: +E89GuWTCkM1DpiRGoO3oRLIvLIjb8aPsHqNvga0ID/xdUx0cvDjI7XVdF12rmEm
on:
branch: /^(develop|feature\/.+|hotfix\/.+)$/
- provider: NuGet
server: https://nuget.pkg.github.com/Seddryck/index.json
username: Seddryck
api_key:
secure: vmXLz/XAhXz3eNJPtg5mP78yhliNVtPy4ieiwuGD9Ym47b5CvdXLT0B4tr/VHDoX
on:
branch: develop
- provider: NuGet
server: https://nuget.pkg.github.com/Seddryck/index.json
username: Seddryck
api_key:
secure: vmXLz/XAhXz3eNJPtg5mP78yhliNVtPy4ieiwuGD9Ym47b5CvdXLT0B4tr/VHDoX
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 115318d

Please sign in to comment.