Skip to content

Commit

Permalink
Embed README in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Feb 14, 2022
1 parent 0a508e7 commit 6e8cd25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 6.0.102
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pack-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 6.0.102
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -warnaserror --no-restore
run: VERSION=${GITHUB_REF##*/} dotnet build -warnaserror --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
Expand Down
2 changes: 2 additions & 0 deletions FsCloudInit/FsCloudInit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Authors>Dave Curylo</Authors>
<Copyright>2021 Dave Curylo</Copyright>
<PackageProjectUrl>https://github.com/ninjarobot/FsCloudInit</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>Build cloud-init configuration files with F#.</Description>
<RepositoryUrl>https://github.com/ninjarobot/FsCloudInit</RepositoryUrl>
<PackageTags>cloudinit</PackageTags>
Expand All @@ -13,6 +14,7 @@

<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath="" />
<None Include="../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6e8cd25

Please sign in to comment.