Skip to content

Commit

Permalink
- adding upload nuget packages step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Lemma (Waferwire LLC) committed May 13, 2024
1 parent bf62b90 commit ac3ba59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/simple-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
dotnet pack ${{github.workspace}}\Microsoft.Health.Fhir.sln --output ${{env.outputPath}}/nupkgs --no-build -c Release
# dotnet pack ${{github.workspace}}\Microsoft.Health.Fhir.sln --output ${{env.outputPath}}/nupkgs --no-build --configuration=${{env.buildConfiguration}} -p:PackageVersion=${{needs.setup.outputs.majorMinorPatch}}

- name: Upload Nuget Packages
uses: actions/upload-artifact@v4
with:
name: nuget
path: ${{env.outputPath}}/nupkgs

0 comments on commit ac3ba59

Please sign in to comment.