Skip to content

Commit

Permalink
Updating build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhubi committed Sep 15, 2023
1 parent 5631673 commit 6b270f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run:
dotnet pack src/Fdc3.NewtonsoftJson/MorganStanley.Fdc3.NewtonsoftJson.csproj --no-build --configuration Release --output packages

- name: Pack Fdc3.AppDirectory
run:
dotnet pack src/Fdc3.AppDirectory/MorganStanley.Fdc3.AppDirectory.csproj --no-build --configuration Release --output packages

- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6b270f8

Please sign in to comment.