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

Fix C# distribtest on kokoro macos
pull/14913/head
Matt Kwong 7 years ago committed by GitHub
commit 37b8385c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/distrib/csharp/run_distrib_test.sh

@ -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

Loading…
Cancel
Save