From 72a7bd7311555cfd73f472f619588ee750276914 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Mon, 19 Feb 2024 11:54:09 +0000 Subject: [PATCH] build. --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ba88a7..da4a478 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and Pack +name: Build # This action will start when a correctly formatted tag is pushed (e.g. 0.1.0) @@ -24,7 +24,4 @@ jobs: - name: Build - run: dotnet build .\uSync.Complete.HangfireJobs\uSync.Complete.HangfireJobs.csproj -c Release /p:Version=${{github.ref_name}} - - - name: Pack - run: dotnet pack .\uSync.Complete.HangfireJobs\uSync.Complete.HangfireJobs.csproj -c Release /p:Version=${{github.ref_name}} --no-build --output . + run: dotnet build .\uSync.Complete.HangfireJobs\uSync.Complete.HangfireJobs.csproj -c Release