File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ubuntu-latest
12+ env :
13+ ProjectName : ' AStar.Dev.Functional.Extensions'
1214
1315 steps :
1416 - name : 🧾 Checkout code
@@ -22,11 +24,11 @@ jobs:
2224 - name : 🔍 Restore dependencies
2325 run : dotnet restore
2426
25- # - name: 🧪 Run tests
26- # run: dotnet test --configuration Release --no-build
27+ # - name: 🧪 Run tests
28+ # run: dotnet test --configuration Release --no-build
2729
2830 - name : 📦 Pack NuGet package
29- run : dotnet pack --configuration Release --no-build --output ./nupkg
31+ run : dotnet pack .\src\${{ env.ProjectName }}\${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
3032
3133 - name : 🚀 Publish to NuGet.org
3234 run : dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://int.nugettest.org/v3.index.json # https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments