Skip to content

Commit ee1c663

Browse files
Merge pull request #195 from juergenhoetzel/override-global-json
Override .NET Core SDK-Version when building FSAC
2 parents e5f7857 + 29c19e0 commit ee1c663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ifeq ($(ac_from_src), no)
5454
else
5555
curl -L "$(ac_src_url)" -o "$(ac_src_archive)"
5656
unzip "$(ac_src_archive)" -d "$(tmp_d)"
57+
sed -i -e 's/"version": ".*"/"version": "'$(dotnet --version)'"/g' $(ac_build_dir)/global.json
5758
$(ac_build_dir)/build.sh releasearchive
5859
mv $(ac_build_dir)/bin/pkgs/$(ac_name).zip $(ac_archive)
5960
endif

0 commit comments

Comments
 (0)