fix restore issue in deb targets
This commit is contained in:
parent
38ba3066ea
commit
7d10620c6d
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@
|
|||
<Exec Command="sudo dpkg -i $(SdkInstallerFile)" />
|
||||
|
||||
<!-- Run E2E -->
|
||||
<Exec Command="$(DebianInstalledDotnet) restore"
|
||||
WorkingDirectory="$(RepoRoot)/test" />
|
||||
|
||||
<Exec Command="$(DebianInstalledDotnet) test -xml $(DebianTestResultsXmlFile)"
|
||||
WorkingDirectory="$(EndToEndTestDirectory)" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue