File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup dotnet 8.0
19
19
uses : actions/setup-dotnet@v1
20
20
with :
21
- dotnet-version : ' 8.0.6 '
21
+ dotnet-version : ' 8.0.204 '
22
22
- name : Build and Test
23
23
run : ./Build.ps1
24
24
shell : pwsh
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ exec { & dotnet build -c Release }
32
32
33
33
exec { & dotnet test - c Release -- no- build - l trx -- verbosity= normal }
34
34
35
- # exec { & dotnet pack .\src\Fraktalio\Fraktalio.csproj -c Release -o $artifacts --no-build }
35
+ exec { & dotnet pack .\src\Fraktalio.FModel \Fraktalio.FModel .csproj - c Release - o $artifacts -- no- build }
36
36
Original file line number Diff line number Diff line change 11
11
<ProjectReference Include =" ..\Fraktalio.FModel.Contracts\Fraktalio.FModel.Contracts.csproj" />
12
12
</ItemGroup >
13
13
14
+ <ItemGroup >
15
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
16
+ </ItemGroup >
17
+
14
18
<ItemGroup >
15
19
<PackageReference Include =" Microsoft.SourceLink.GitHub" >
16
20
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments