Skip to content

Commit

Permalink
- update output path for nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Lemma (Waferwire LLC) committed May 12, 2024
1 parent a23f880 commit 565832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Create Nuget packages
run: |
echo "Creating Nuget packages"
dotnet pack -c Release --no-build --output
dotnet pack -c Release --no-build --output ./nupkgs
# dotnet pack ${{github.workspace}}\Microsoft.Health.Fhir.sln --output ${{env.outputPath}}/nupkgs --no-build --configuration=${{env.buildConfiguration}} -p:PackageVersion=${{needs.setup.outputs.majorMinorPatch}}

0 comments on commit 565832e

Please sign in to comment.