From 9c7cb8a4da25b76771add1b6160f783826202c88 Mon Sep 17 00:00:00 2001 From: Joseph Shook Date: Tue, 17 Oct 2023 15:11:01 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47e1c9d..11647f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,8 @@ jobs: git branch --remote --contains | grep origin/main - name: Set VERSION variable from tag run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV - - name: Build - run: dotnet build FusionCache.Plugins.Metrics.DotnetCore.sln --configuration Release /p:Version=${VERSION} - name: Test - run: dotnet test FusionCache.Plugins.Metrics.DotnetCore.sln --configuration Release /p:Version=${VERSION} --no-build + run: dotnet test FusionCache.Plugins.Metrics.DotnetCore.sln --configuration Release /p:Version=${VERSION} --verbosity detailed - name: Pack run: | dotnet pack -v normal -c Release --no-build --include-source -p:PackageVersion=${VERSION} src/FusionCache.Plugins.Metrics.Core/FusionCache.Plugins.Metrics.Core.csproj --output .