Skip to content

Commit

Permalink
[build] Commit global.json to get maestro updates. (#15401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Jul 8, 2022
1 parent 1ecd843 commit 7a02358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ all-local:: global.json
global.json: $(TOP)/Make.config.inc Makefile $(TOP)/.git/HEAD $(TOP)/.git/index
$(Q_GEN) \
printf "{\n" > $@; \
printf "\t\"sdk\": { \"version\": \"$(DOTNET_VERSION)\" }\n" >> $@; \
printf "\n}\n" >> $@
printf " \"sdk\": {\n \"version\": \"$(DOTNET_VERSION)\"\n }\n" >> $@; \
printf "}\n" >> $@

install-hook::
@$(MAKE) check-permissions
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "6.0.301-rtm.22280.1"
}
}

1 comment on commit 7a02358

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.