Skip to content

Commit

Permalink
Merge pull request #4 from aksio-system:t4
Browse files Browse the repository at this point in the history
T4
  • Loading branch information
einari authored Sep 9, 2021
2 parents f7a9732 + a8067e5 commit e658533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish

env:
PRERELEASE_BRANCHES: "" # Comma separated list of prerelease branch names. 'alpha,rc, ...'
NUGET_OUTPUT: Artifacts/NuGet
NUGET_OUTPUT: ./Artifacts/NuGet

on:
pull_request:
Expand Down
1 change: 0 additions & 1 deletion Source/Specification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Aksio.Specifications
/// .
/// It will run the Establish first for the `a_specific_context` and then the `when_doing_something`
/// class.
/// .
/// </remarks>
public class Specification : IDisposable
{
Expand Down

0 comments on commit e658533

Please sign in to comment.