Skip to content

Commit

Permalink
build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Feb 19, 2024
1 parent edf7a60 commit 72a7bd7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

0 comments on commit 72a7bd7

Please sign in to comment.