Skip to content

Commit

Permalink
GitHub Packages, #4 (#14)
Browse files Browse the repository at this point in the history
* GitHub Packages, #4

* Set license correctly
  • Loading branch information
hjerpbakk authored Oct 23, 2019
1 parent 4c2990b commit 2aff2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
chmod +x pack.sh
./pack.sh
nuget push ./nupkgs/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }}
nuget source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/Sankra/index.json" -UserName Sankra -Password ${{ secrets.GITHUB_TOKEN }}
nuget push ./nupkgs/*.nupkg -Source "GitHub"
dotnet nuget push ./nupkgs/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }}
dotnet nuget push ./nupkgs/*.nupkg -Source https://nuget.pkg.github.com/Sankra/index.json -ApiKey ${{ secrets.GITHUB_TOKEN }}
shell: bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<Authors>Runar Ovesen Hjerpbakk</Authors>
<Copyright>© 2019 Runar Ovesen Hjerpbakk</Copyright>
<license>MIT</license>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Owners>Runar Ovesen Hjerpbakk</Owners>
<PackageProjectUrl>https://github.com/Sankra/NotifyPropertyChanged.Verifier</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Description>Fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.</Description>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.1-beta1</PackageVersion>
<Summary>Fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.</Summary>
<Title>NotifyPropertyChanged.Verifier</Title>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit 2aff2ff

Please sign in to comment.