Restore debian test before running it (#5272)

This commit is contained in:
Piotr Puszkiewicz 2017-01-11 10:53:26 -08:00 committed by GitHub
parent 4b82852d56
commit 0bd6303f47

View file

@ -101,6 +101,9 @@
<Exec Command="sudo dpkg -i $(SdkInstallerFile)" />
<!-- Run E2E -->
<DotNetRestore ProjectPath="$(EndToEndTestProject)"
ToolPath="$(Stage0Directory)" />
<DotNetTest ProjectPath="$(EndToEndTestProject)"
EnvironmentVariables="@(TestSdkDebTaskEnvironmentVariables)"
ToolPath="$(Stage0Directory)" />