We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5f7857 + 29c19e0 commit ee1c663Copy full SHA for ee1c663
Makefile
@@ -54,6 +54,7 @@ ifeq ($(ac_from_src), no)
54
else
55
curl -L "$(ac_src_url)" -o "$(ac_src_archive)"
56
unzip "$(ac_src_archive)" -d "$(tmp_d)"
57
+ sed -i -e 's/"version": ".*"/"version": "'$(dotnet --version)'"/g' $(ac_build_dir)/global.json
58
$(ac_build_dir)/build.sh releasearchive
59
mv $(ac_build_dir)/bin/pkgs/$(ac_name).zip $(ac_archive)
60
endif
0 commit comments