Skip to content

Commit

Permalink
#9 Set the pack command with the argument --no-build
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 6, 2023
1 parent 0acb680 commit 3623ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj --no-build -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit 3623ce5

Please sign in to comment.