提交 5719665c 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Pass the correct configuration arg

上级 5dee42cd
......@@ -37,7 +37,7 @@
<MSBuild Projects="$(RepoRoot)src\NuGet\NuGet.proj" />
<MSBuild Projects="$(RepoRoot)src\Setup\SetupStep2.proj" Properties="$(SetupStep2Properties);DeployExtension=false" />
<Exec Command="powershell -noprofile -executionPolicy ByPass -file $(RepoRoot)build\scripts\build.ps1 -testDesktop -msbuildDir &quot;$(MSBuildBinPath)&quot;" Condition="'$(SkipTest)' != 'true'" />
<Exec Command="powershell -noprofile -executionPolicy ByPass -file $(RepoRoot)build\scripts\build.ps1 -testDesktop $(ConfigurationArg) -msbuildDir &quot;$(MSBuildBinPath)&quot;" Condition="'$(SkipTest)' != 'true'" />
<Exec Command="powershell -noprofile -executionPolicy ByPass -file $(MSBuildThisFileDirectory)..\..\..\build\scripts\check-toolset-insertion.ps1 &quot;$(MSBuildThisFileDirectory)..\..\..&quot; &quot;$(BinariesPath)&quot;" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册