Merge pull request #14873 from matt-kwong/csharp-fix

Fix C# distribtest on kokoro macos
This commit is contained in:
Matt Kwong 2018-03-29 14:50:13 -07:00 коммит произвёл GitHub
Родитель 6021e51d36 629c95fc77
Коммит 37b8385c9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,11 @@ unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip
./update_version.sh auto
# With a recent-enough version of mono, the "nuget restore" command would
# restore packages based on project.json files, but we want to restore packages
# based on the net45 legacy "packages.config" file instead.
rm DistribTest/*project.json
nuget restore
xbuild DistribTest.sln