Skip to content

Commit

Permalink
fix: manually setting SolutionDir
Browse files Browse the repository at this point in the history
  • Loading branch information
ronimizy committed May 1, 2024
1 parent def742f commit 427b3ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
for csproj in $(find src | grep csproj$)
do
dotnet build -c Release "$csproj"
dotnet build -c Release "$csproj" /p:SolutionDir=$(pwd)
done
- name: move nuget config back
Expand All @@ -62,11 +62,6 @@ jobs:
mv .tmp-nuget-config/NuGet.config .
rm -rf .tmp-nuget-config
- name: validate packages
if: steps.cache-tests.outputs.cache-hit != 'true'
run: |
ls
- name: Remove .Reflect tests
if: steps.cache-tests.outpust.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 427b3ff

Please sign in to comment.