File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Test
3636 run : dotnet test --no-build --verbosity normal -c Release
3737 - name : Create NuGet package for Serilog.Sinks.InMemory
38- run : dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
38+ run : dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=- alpha
3939 - name : Create NuGet package for Serilog.Sinks.InMemory.Assertions
40- run : dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
40+ run : dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=- alpha
4141 - name : Create Release
4242 id : create_release
4343 uses : actions/create-release@v1
You can’t perform that action at this time.
0 commit comments