Skip to content

Commit

Permalink
[net]build(gh): fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 29, 2024
1 parent 5d35ea6 commit 1e7a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
run: |
dotnet nuget add source ./nugets --name local
dotnet build --configuration Release \
-p:LibraryRoot=${{ github.workspace }}/native_client_gens
-p:LibraryRoot=${{ github.workspace }}/native_client_gens \
-p:SailsPackagesVersion=${{ needs.prepare.outputs.r_version }}
dotnet test --no-build --configuration Release --logger "trx;LogFileName=TestResults.trx"
Expand Down

0 comments on commit 1e7a55d

Please sign in to comment.