File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : 6.0.100
19
+ dotnet-version : 6.0.102
20
20
- name : Restore dependencies
21
21
run : dotnet restore
22
22
- name : Build
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- name : Setup .NET
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 6.0.100
18
+ dotnet-version : 6.0.102
19
19
- name : Restore dependencies
20
20
run : dotnet restore
21
21
- name : Build
22
- run : dotnet build -warnaserror --no-restore
22
+ run : VERSION=${GITHUB_REF##*/} dotnet build -warnaserror --no-restore
23
23
- name : Test
24
24
run : dotnet test --no-build --verbosity normal
25
25
- name : Pack
Original file line number Diff line number Diff line change 5
5
<Authors >Dave Curylo</Authors >
6
6
<Copyright >2021 Dave Curylo</Copyright >
7
7
<PackageProjectUrl >https://github.com/ninjarobot/FsCloudInit</PackageProjectUrl >
8
+ <PackageReadmeFile >README.md</PackageReadmeFile >
8
9
<Description >Build cloud-init configuration files with F#.</Description >
9
10
<RepositoryUrl >https://github.com/ninjarobot/FsCloudInit</RepositoryUrl >
10
11
<PackageTags >cloudinit</PackageTags >
13
14
14
15
<ItemGroup >
15
16
<None Include =" ../LICENSE" Pack =" true" PackagePath =" " />
17
+ <None Include =" ../README.md" Pack =" true" PackagePath =" \" />
16
18
</ItemGroup >
17
19
18
20
<ItemGroup >
You can’t perform that action at this time.
0 commit comments