mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
[Codespaces] Fix prebuild by using newer dotnet sdk (#83331)
fix to resolve a build error during Codespaces prebuild: https://github.com/dotnet/msbuild/issues/8531
This commit is contained in:
parent
95df571be3
commit
f2a1411593
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
# bump the dotnet sdk version to get msbuild bugfix: https://github.com/dotnet/msbuild/issues/8531
|
||||
# TODO: remove once we're on a newer sdk in global.json
|
||||
sed -i 's/8.0.100-preview.1.23115.2/8.0.100-preview.3.23159.20/g' global.json || true
|
||||
|
||||
opt=$1
|
||||
case "$opt" in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue