File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,10 @@ jobs:
4343 run : git tag v${{ steps.version.outputs.VERSION }}
4444
4545 - name : Build
46- run : dotnet build -c Release BenchmarkDotNet.sln
46+ run : ./build.cmd build --stable
4747
4848 - name : Pack
49- run : |
50- rm -rf artifacts
51- dotnet pack src/BenchmarkDotNet/BenchmarkDotNet.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
52- dotnet pack src/BenchmarkDotNet.Annotations/BenchmarkDotNet.Annotations.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
53- dotnet pack src/BenchmarkDotNet.Diagnostics.dotMemory/BenchmarkDotNet.Diagnostics.dotMemory.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
54- dotnet pack src/BenchmarkDotNet.Diagnostics.dotTrace/BenchmarkDotNet.Diagnostics.dotTrace.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
55- dotnet pack src/BenchmarkDotNet.Diagnostics.Windows/BenchmarkDotNet.Diagnostics.Windows.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
56- dotnet pack src/BenchmarkDotNet.Exporters.Plotting/BenchmarkDotNet.Exporters.Plotting.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
57- dotnet pack src/BenchmarkDotNet.TestAdapter/BenchmarkDotNet.TestAdapter.csproj -c Release -o artifacts --include-symbols -p:SymbolPackageFormat=snupkg
58- dotnet pack templates/BenchmarkDotNet.Templates.csproj -c Release -o artifacts
49+ run : ./build.cmd pack --stable
5950
6051 - name : Upload artifacts
6152 uses : actions/upload-artifact@v4
7768 uses : EndBug/add-and-commit@v9
7869 with :
7970 message : " Set next BenchmarkDotNet version: ${{ steps.version.outputs.VERSION }}"
71+ author_name : GitHub Actions
72+ 8073 committer_name : GitHub Actions
8174 committer_email :
[email protected] 8275
You can’t perform that action at this time.
0 commit comments