File tree Expand file tree Collapse file tree 2 files changed +17139
-17151
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement.Preview Expand file tree Collapse file tree 2 files changed +17139
-17151
lines changed Original file line number Diff line number Diff line change 352
352
</ItemGroup >
353
353
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
354
354
<Import Project =" ..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
355
- <Target Name =" BuildGenerate" >
356
- <PropertyGroup >
357
- <PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
358
- <PSCodeGenScriptPath >".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath >
359
- <PSCodeGenTargetFolder >$(OutputPath)</PSCodeGenTargetFolder >
360
- <ClientLibraryNamesSpace >"Microsoft.WindowsAzure.Management.Compute"</ClientLibraryNamesSpace >
361
- <BaseCmdletFullName >"Microsoft.WindowsAzure.Commands.Utilities.Common.ServiceManagementBaseCmdlet"</BaseCmdletFullName >
362
- <BaseCmdletClientName >"ComputeClient"</BaseCmdletClientName >
363
- <ASMCmdletFlavor >Invoke</ASMCmdletFlavor >
364
- </PropertyGroup >
365
- <Exec Command =" $(PowerShellExe) $(PSCodeGenScriptPath) $(PSCodeGenTargetFolder) $(MSBuildProjectDirectory) $(ClientLibraryNamesSpace) $(BaseCmdletFullName) $(BaseCmdletClientName) $(ASMCmdletFlavor)" />
366
- </Target >
367
355
<Target Name =" BuildGenerateRDFE" >
368
356
<PropertyGroup >
369
357
<PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
379
367
</PropertyGroup >
380
368
<Exec Command =" $(PowerShellExe) $(PSCodeGenScriptPath) $(PSCodeGenTargetFolder) $(MSBuildProjectDirectory) $(ClientLibraryNamesSpace) $(BaseCmdletFullName) $(BaseCmdletClientName) $(ASMCmdletFlavor) $(CliCmdletFlavor) $(OperationNameFilter)" />
381
369
</Target >
382
- <Target Name =" BuildGenerateARM" >
370
+ <Target Name =" BuildGenerateARM" DependsOnTargets = " BuildGenerateRDFE " >
383
371
<PropertyGroup >
384
372
<PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
385
373
<PSCodeGenScriptPath >".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath >
You can’t perform that action at this time.
0 commit comments