diff options
author | Sven Boemer <sbomer@gmail.com> | 2019-01-07 07:56:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 07:56:04 -0800 |
commit | c0d778417449b2e44ba2fedacd3046f1af755744 (patch) | |
tree | e3a2eb49be54fa59fad53bf125e3f766c3d6a17d /tests | |
parent | bcbb84df02d73a89dd13ea7fa2257f542202dd81 (diff) | |
download | coreclr-c0d778417449b2e44ba2fedacd3046f1af755744.tar.gz coreclr-c0d778417449b2e44ba2fedacd3046f1af755744.tar.bz2 coreclr-c0d778417449b2e44ba2fedacd3046f1af755744.zip |
Fix missing project error in official build (#21767)
In response to https://github.com/dotnet/arcade/pull/1567.
This uses an empty project to work around the new behavior that requires a project file even for restore operations.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/helixpublishwitharcade.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helixpublishwitharcade.proj b/tests/helixpublishwitharcade.proj index ce1bdd48b6..6a4622ee59 100644 --- a/tests/helixpublishwitharcade.proj +++ b/tests/helixpublishwitharcade.proj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="SubmitTestsToHelix"> - <!-- This project uses the helix SDK ,documented at + <!-- This project uses the helix SDK, documented at https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.Helix/Sdk, to send test jobs to helix. --> |