| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 23173cc commit 74bd516
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,18 +38,3 @@ jobs: | |||
| 38 | 38 | ||
| 39 | 39 | - name: Test (Release) | |
| 40 | 40 | 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 | |
|---|---|---|---|
@@ -8,11 +8,11 @@ | |||
| 8 | 8 | <RootNamespace /> | |
| 9 | 9 | <GenerateDocumentationFile>True</GenerateDocumentationFile> | |
| 10 | 10 | <NoWarn>$(NoWarn);1591;NETSDK1233</NoWarn> | |
| 11 | - <VersionPrefix>0.7.4</VersionPrefix> | ||
| 11 | + <VersionPrefix>0.7.5</VersionPrefix> | ||
| 12 | 12 | </PropertyGroup> | |
| 13 | 13 | ||
| 14 | 14 | <ItemGroup Condition="'$(NuExt_UseLocalProjects)' != 'true'"> | |
| 15 | - <PackageReference Include="NuExt.System" Version="0.7.4" /> | ||
| 15 | + <PackageReference Include="NuExt.System" Version="0.7.5" /> | ||
| 16 | 16 | </ItemGroup> | |
| 17 | 17 | ||
| 18 | 18 | <ItemGroup Condition="'$(NuExt_UseLocalProjects)' == 'true'"> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments