File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 - name : Test (Release)
4040 run : dotnet test --configuration Release --nologo --no-build
41-
42- - name : pack (nupkg + snupkg, prerelease)
43- run : dotnet pack src/NuExt.System.Data.csproj -c Release -o artifacts --nologo /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg -p:VersionSuffix="pre.${{ github.run_number }}"
44-
45- - name : upload nupkg
46- uses : actions/upload-artifact@v7
47- with :
48- name : nuext-system-data-nupkg
49- path : artifacts/*.nupkg
50-
51- - name : upload snupkg
52- uses : actions/upload-artifact@v7
53- with :
54- name : nuext-system-data-snupkg
55- path : artifacts/*.snupkg
Original file line number Diff line number Diff line change 88 <RootNamespace />
99 <GenerateDocumentationFile >True</GenerateDocumentationFile >
1010 <NoWarn >$(NoWarn);1591;NETSDK1233</NoWarn >
11- <VersionPrefix >0.7.4 </VersionPrefix >
11+ <VersionPrefix >0.7.5 </VersionPrefix >
1212 </PropertyGroup >
1313
1414 <ItemGroup Condition =" '$(NuExt_UseLocalProjects)' != 'true'" >
15- <PackageReference Include =" NuExt.System" Version =" 0.7.4 " />
15+ <PackageReference Include =" NuExt.System" Version =" 0.7.5 " />
1616 </ItemGroup >
1717
1818 <ItemGroup Condition =" '$(NuExt_UseLocalProjects)' == 'true'" >
You can’t perform that action at this time.
0 commit comments