Skip to content

Commit

Permalink
gotta dash
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Jan 30, 2025
1 parent c5fbad9 commit f82d6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal -c Release
- name: Create NuGet package for Serilog.Sinks.InMemory
run: dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
run: dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=-alpha
- name: Create NuGet package for Serilog.Sinks.InMemory.Assertions
run: dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
run: dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=-alpha
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit f82d6b5

Please sign in to comment.