From f2056fb268b70bd46e8d37f3b2c8fea03e3167da Mon Sep 17 00:00:00 2001 From: Alexey Shokov Date: Sun, 1 Jan 2023 19:37:05 +0000 Subject: [PATCH] fix(ci): tests --- .github/workflows/publish.yaml | 3 +++ samples/SampleWebApp/SampleWebApp.csproj | 7 +++---- src/LocalPost.SnsPublisher/LocalPost.SnsPublisher.csproj | 2 +- src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0ce9d01..bfce883 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,6 +11,9 @@ jobs: DOTNET_NOLOGO: true steps: - uses: actions/checkout@v3 + with: + # Required for GitVersion + fetch-depth: 0 - uses: actions/setup-dotnet@v3 with: dotnet-version: | diff --git a/samples/SampleWebApp/SampleWebApp.csproj b/samples/SampleWebApp/SampleWebApp.csproj index bcbe18d..06fa56d 100644 --- a/samples/SampleWebApp/SampleWebApp.csproj +++ b/samples/SampleWebApp/SampleWebApp.csproj @@ -2,14 +2,13 @@ net7 - enable enable - - - + + + diff --git a/src/LocalPost.SnsPublisher/LocalPost.SnsPublisher.csproj b/src/LocalPost.SnsPublisher/LocalPost.SnsPublisher.csproj index e7ebddc..bf2064c 100644 --- a/src/LocalPost.SnsPublisher/LocalPost.SnsPublisher.csproj +++ b/src/LocalPost.SnsPublisher/LocalPost.SnsPublisher.csproj @@ -40,7 +40,7 @@ - + diff --git a/src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj b/src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj index 41fedda..7feb6cf 100644 --- a/src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj +++ b/src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj @@ -40,7 +40,7 @@ - +