Try da hak
This commit is contained in:
parent
eff2beeb7d
commit
afcc679646
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
DependsOnTargets="Init;"
|
||||
Condition=" '$(OSName)' == 'ubuntu' ">
|
||||
<MSBuild
|
||||
BuildInParallel="False"
|
||||
BuildInParallel="True"
|
||||
Projects="$(RepoRoot)/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj"
|
||||
Properties="ArtifactNameWithVersionSdk=$(ArtifactNameWithVersionSdk);
|
||||
CLIBuildDll=$(CLIBuildDll);
|
||||
|
|
|
@ -159,7 +159,8 @@
|
|||
</Target>
|
||||
|
||||
<Target Name="TestDebuild">
|
||||
|
||||
<Message Text="Don't remove this" />
|
||||
|
||||
<!-- run Debuild -->
|
||||
<Exec Command="/usr/bin/env debuild -h" ContinueOnError="true">
|
||||
<Output TaskParameter="ExitCode" PropertyName="DebuildExitCode" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue